| Index: ui/views/controls/button/custom_button.h
|
| ===================================================================
|
| --- ui/views/controls/button/custom_button.h (revision 151481)
|
| +++ ui/views/controls/button/custom_button.h (working copy)
|
| @@ -87,7 +87,8 @@
|
| virtual void OnMouseMoved(const ui::MouseEvent& event) OVERRIDE;
|
| virtual bool OnKeyPressed(const ui::KeyEvent& event) OVERRIDE;
|
| virtual bool OnKeyReleased(const ui::KeyEvent& event) OVERRIDE;
|
| - virtual ui::GestureStatus OnGestureEvent(const GestureEvent& event) OVERRIDE;
|
| + virtual ui::GestureStatus OnGestureEvent(
|
| + const ui::GestureEvent& event) OVERRIDE;
|
| virtual bool AcceleratorPressed(const ui::Accelerator& accelerator) OVERRIDE;
|
| virtual void ShowContextMenu(const gfx::Point& p,
|
| bool is_mouse_gesture) OVERRIDE;
|
|
|