| Index: ash/shell/window_type_launcher.h
|
| diff --git a/ash/shell/window_type_launcher.h b/ash/shell/window_type_launcher.h
|
| index 08be5e115a985bfbbc53439250b3b0b02cc72b6c..fb7cf37cbc6303371587266c3c6c6f414f09f35a 100644
|
| --- a/ash/shell/window_type_launcher.h
|
| +++ b/ash/shell/window_type_launcher.h
|
| @@ -62,8 +62,7 @@ class WindowTypeLauncher : public views::WidgetDelegateView,
|
|
|
| // Override from views::ContextMenuController:
|
| virtual void ShowContextMenuForView(views::View* source,
|
| - const gfx::Point& p,
|
| - bool is_mouse_gesture) OVERRIDE;
|
| + const gfx::Point& point) OVERRIDE;
|
| #endif // !defined(OS_MACOSX)
|
|
|
| views::NativeTextButton* create_button_;
|
|
|