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

Unified Diff: chrome/browser/renderer_host/render_widget_host_view_mac.h

Issue 7582009: [Mac] Rubber-banding on Lion. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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: chrome/browser/renderer_host/render_widget_host_view_mac.h
===================================================================
--- chrome/browser/renderer_host/render_widget_host_view_mac.h (revision 95810)
+++ chrome/browser/renderer_host/render_widget_host_view_mac.h (working copy)
@@ -117,6 +117,9 @@
// Whether the previous mouse event was ignored due to hitTest check.
BOOL mouseEventWasIgnored_;
+
+ // Event monitor for gesture ended events.
+ id endGestureMonitor_;
}
@property(nonatomic, readonly) NSRange selectedRange;

Powered by Google App Engine
This is Rietveld 408576698