| 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..b4cb754a2ba4d8eb90a102ef02ff31c090c8feb5 100644
|
| --- a/ui/views/controls/button/button_dropdown.h
|
| +++ b/ui/views/controls/button/button_dropdown.h
|
| @@ -54,7 +54,8 @@ class VIEWS_EXPORT ButtonDropDown : public ImageButton,
|
|
|
| // Overridden from views::ContextMenuController
|
| virtual void ShowContextMenuForView(View* source,
|
| - const gfx::Point& point) OVERRIDE;
|
| + const gfx::Point& point,
|
| + ui::MenuSourceType source_type) OVERRIDE;
|
|
|
| protected:
|
| // Overridden from CustomButton. Returns true if the button should become
|
|
|