| Index: views/controls/menu/menu_host_gtk.h
|
| diff --git a/views/controls/menu/menu_host_gtk.h b/views/controls/menu/menu_host_gtk.h
|
| index 468a35169293e5d741780d4a2e02540862dda8cd..545471cd4d77bbc055d44b9803b815e1118de54d 100644
|
| --- a/views/controls/menu/menu_host_gtk.h
|
| +++ b/views/controls/menu/menu_host_gtk.h
|
| @@ -37,8 +37,8 @@ class MenuHostGtk : public WidgetGtk, public MenuHost {
|
| virtual RootView* CreateRootView() OVERRIDE;
|
|
|
| // WidgetGtk overrides:
|
| - virtual bool ReleaseCaptureOnMouseReleased() OVERRIDE;
|
| - virtual void ReleaseNativeCapture() OVERRIDE;
|
| + virtual bool ShouldReleaseCaptureOnMouseReleased() const OVERRIDE;
|
| + virtual void ReleaseMouseCapture() OVERRIDE;
|
| virtual void OnDestroy(GtkWidget* object) OVERRIDE;
|
| virtual void HandleGtkGrabBroke() OVERRIDE;
|
| virtual void HandleXGrabBroke() OVERRIDE;
|
|
|