| Index: ui/views/examples/tree_view_example.h
|
| diff --git a/ui/views/examples/tree_view_example.h b/ui/views/examples/tree_view_example.h
|
| index 99ed43bd10a59f3f2de5ab63554187c85844e9bd..4709091e9a39d2d76fc6d6f1d484b6ad11895018 100644
|
| --- a/ui/views/examples/tree_view_example.h
|
| +++ b/ui/views/examples/tree_view_example.h
|
| @@ -57,8 +57,7 @@ class TreeViewExample : public ExampleBase,
|
|
|
| // ContextMenuController:
|
| virtual void ShowContextMenuForView(View* source,
|
| - const gfx::Point& p,
|
| - bool is_mouse_gesture) OVERRIDE;
|
| + const gfx::Point& point) OVERRIDE;
|
|
|
| // SimpleMenuModel::Delegate:
|
| virtual bool IsCommandIdChecked(int command_id) const OVERRIDE;
|
|
|