| 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 e0e56d013d9be4498a2e463e5bbb59e03b5bd878..f25d52c5c394871f227220cc8515b73552691214 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,
|
|
|
| // Overridden from WidgetGtk:
|
| virtual RootView* CreateRootView() OVERRIDE;
|
| - 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;
|
|
|