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

Unified Diff: content/browser/renderer_host/input/mouse_wheel_event_queue.h

Issue 1749343004: Implement Wheel Gesture Scrolling on OSX. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix non mac builds Created 4 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: content/browser/renderer_host/input/mouse_wheel_event_queue.h
diff --git a/content/browser/renderer_host/input/mouse_wheel_event_queue.h b/content/browser/renderer_host/input/mouse_wheel_event_queue.h
index 3c9802e328071b59526edfb49188f8aa5e29c7ea..24fcb146572dbd65cfda5b6fbb9c28a33b48e767 100644
--- a/content/browser/renderer_host/input/mouse_wheel_event_queue.h
+++ b/content/browser/renderer_host/input/mouse_wheel_event_queue.h
@@ -75,7 +75,7 @@ class CONTENT_EXPORT MouseWheelEventQueue {
private:
void TryForwardNextEventToRenderer();
void SendScrollEnd(blink::WebGestureEvent update_event);
- void SendGesture(const GestureEventWithLatencyInfo& gesture);
+ void SendGesture(const GestureEventWithLatencyInfo& gesture, bool needs_end);
MouseWheelEventQueueClient* client_;
bool needs_scroll_begin_;

Powered by Google App Engine
This is Rietveld 408576698