Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Unified Diff: views/controls/menu/menu_host_gtk.h

Issue 6756043: Consolidate Widget Event code, other cleanup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Consolidate Widget Event code, other cleanup. Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698