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

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

Issue 2814043004: MouseWheelEventQueue should respect ScrollBegin/End state from RenderWidgetHost. (Closed)
Patch Set: Rename function, make it const. Created 3 years, 8 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/input_router_impl.h
diff --git a/content/browser/renderer_host/input/input_router_impl.h b/content/browser/renderer_host/input/input_router_impl.h
index 239d0d212c7b724a01f1bb9b6d0eb51401f7c6af..9b02981e02b53aa821ce6b649eb1297b354aef65 100644
--- a/content/browser/renderer_host/input/input_router_impl.h
+++ b/content/browser/renderer_host/input/input_router_impl.h
@@ -116,6 +116,7 @@ class CONTENT_EXPORT InputRouterImpl
void ForwardGestureEventWithLatencyInfo(
const blink::WebGestureEvent& gesture_event,
const ui::LatencyInfo& latency_info) override;
+ bool IsInGestureScroll() const override;
dtapuska 2017/04/13 13:39:47 This is still missing the quantification. Is it in
wjmaclean 2017/04/13 14:17:11 I thought (as I mentioned previously) that since I
bool SendMoveCaret(std::unique_ptr<IPC::Message> message);
bool SendSelectMessage(std::unique_ptr<IPC::Message> message);

Powered by Google App Engine
This is Rietveld 408576698