| Index: ash/launcher/launcher_button.h
|
| diff --git a/ash/launcher/launcher_button.h b/ash/launcher/launcher_button.h
|
| index 41169e8250ab53dce712916657715ded6329f559..707aac06523535228b99b5d10977a881d76fa004 100644
|
| --- a/ash/launcher/launcher_button.h
|
| +++ b/ash/launcher/launcher_button.h
|
| @@ -59,7 +59,7 @@ class ASH_EXPORT LauncherButton : public views::CustomButton {
|
|
|
| // Overrides to views::CustomButton:
|
| virtual void ShowContextMenu(const gfx::Point& p,
|
| - bool is_mouse_gesture) OVERRIDE;
|
| + ui::MenuSourceType source_type) OVERRIDE;
|
|
|
| protected:
|
| LauncherButton(views::ButtonListener* listener,
|
|
|