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

Unified Diff: views/widget/widget_gtk.h

Issue 6622002: Do all OOLing in the views code. linux_views now builds clean with the clang plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 10 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/widget/widget_gtk.h
diff --git a/views/widget/widget_gtk.h b/views/widget/widget_gtk.h
index 9facf90190611916e635b4508c6b6f2a953347f0..8f786896859f886ca314b909ce4c166861301416 100644
--- a/views/widget/widget_gtk.h
+++ b/views/widget/widget_gtk.h
@@ -266,7 +266,7 @@ class WidgetGtk : public Widget,
// Returns whether capture should be released on mouse release. The default
// is true.
- virtual bool ReleaseCaptureOnMouseReleased() { return true; }
+ virtual bool ReleaseCaptureOnMouseReleased();
// Does a mouse grab on this widget.
virtual void DoGrab();

Powered by Google App Engine
This is Rietveld 408576698