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

Unified Diff: content/browser/renderer_host/render_widget_host_impl.h

Issue 11361150: Suppress sending mousedown / mouseup when in fling (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed checking GEF's queue back when it is empty in unit tests Created 8 years, 1 month 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: content/browser/renderer_host/render_widget_host_impl.h
diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h
index b2dbae7d96ca0b8af62c0c3126a6116947740461..1a114d500d544b32f661aacf83a2dbeed5864124 100644
--- a/content/browser/renderer_host/render_widget_host_impl.h
+++ b/content/browser/renderer_host/render_widget_host_impl.h
@@ -244,6 +244,7 @@ class CONTENT_EXPORT RenderWidgetHostImpl : virtual public RenderWidgetHost,
virtual void ForwardTouchEvent(const WebKit::WebTouchEvent& touch_event);
// Forwards the given event immediately to the renderer.
+ void ForwardMouseEventImmediately(const WebKit::WebMouseEvent& mouse_event);
void ForwardTouchEventImmediately(const WebKit::WebTouchEvent& touch_event);
void ForwardGestureEventImmediately(
const WebKit::WebGestureEvent& gesture_event);
« no previous file with comments | « content/browser/renderer_host/gesture_event_filter.cc ('k') | content/browser/renderer_host/render_widget_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698