| 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..ca9912c81fe418379421f21bd0de7fe30bc2ba06 100644
|
| --- a/ash/shell/window_type_launcher.h
|
| +++ b/ash/shell/window_type_launcher.h
|
| @@ -62,8 +62,8 @@ 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,
|
| + views::GestureType gesture_type) OVERRIDE;
|
| #endif // !defined(OS_MACOSX)
|
|
|
| views::NativeTextButton* create_button_;
|
|
|