| 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 ef250c0b81f1087bc8b3478f4db6138421c4a67b..2968ca7ba3ad82f1541b9ac736a92cb0b8ef4dfb 100644
|
| --- a/ui/views/controls/button/custom_button.h
|
| +++ b/ui/views/controls/button/custom_button.h
|
| @@ -94,6 +94,7 @@ class VIEWS_EXPORT CustomButton : public Button,
|
| bool AcceleratorPressed(const ui::Accelerator& accelerator) override;
|
| void ShowContextMenu(const gfx::Point& p,
|
| ui::MenuSourceType source_type) override;
|
| + void OnDragStarted(const ui::LocatedEvent& event) override;
|
| void OnDragDone() override;
|
| void GetAccessibleState(ui::AXViewState* state) override;
|
| void VisibilityChanged(View* starting_from, bool is_visible) override;
|
|
|