| Index: ui/views/controls/button/button_dropdown.h
|
| diff --git a/ui/views/controls/button/button_dropdown.h b/ui/views/controls/button/button_dropdown.h
|
| index 2842b04990a42fae616e7c058ff6c4d0204e2160..b4421b6c11457cf2d19ef0439ba916522051fb51 100644
|
| --- a/ui/views/controls/button/button_dropdown.h
|
| +++ b/ui/views/controls/button/button_dropdown.h
|
| @@ -53,8 +53,10 @@ class VIEWS_EXPORT ButtonDropDown : public ImageButton,
|
| virtual void GetAccessibleState(ui::AccessibleViewState* state) OVERRIDE;
|
|
|
| // Overridden from views::ContextMenuController
|
| - virtual void ShowContextMenuForView(View* source,
|
| - const gfx::Point& point) OVERRIDE;
|
| + virtual void ShowContextMenuForView(
|
| + View* source,
|
| + const gfx::Point& point,
|
| + ui::ContextMenuSourceType source_type) OVERRIDE;
|
|
|
| protected:
|
| // Overridden from CustomButton. Returns true if the button should become
|
|
|