| Index: ui/views/controls/button/custom_button.h
|
| diff --git a/ui/views/controls/button/custom_button.h b/ui/views/controls/button/custom_button.h
|
| index 7f394087715d52d6162846fafb264da4ec68ae6b..cae7dd089734dc1f42f10021728e0672be91d1d5 100644
|
| --- a/ui/views/controls/button/custom_button.h
|
| +++ b/ui/views/controls/button/custom_button.h
|
| @@ -93,6 +93,7 @@ class VIEWS_EXPORT CustomButton : public Button,
|
| bool OnKeyReleased(const ui::KeyEvent& event) override;
|
| void OnGestureEvent(ui::GestureEvent* event) override;
|
| bool AcceleratorPressed(const ui::Accelerator& accelerator) override;
|
| + bool SkipDefaultKeyEventProcessing(const ui::KeyEvent& event) override;
|
| void ShowContextMenu(const gfx::Point& p,
|
| ui::MenuSourceType source_type) override;
|
| void OnDragDone() override;
|
|
|