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

Unified Diff: content/renderer/input/input_handler_wrapper.h

Issue 902783003: MouseMove when the mouse is down to signal compositor priority (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typo plus extra unit test Created 5 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/renderer/input/input_handler_wrapper.h
diff --git a/content/renderer/input/input_handler_wrapper.h b/content/renderer/input/input_handler_wrapper.h
index 68472bcc80ab805630b92f86f81577aae09b316b..f40c990d26d3664215c2023eb6a158deb9a6d40c 100644
--- a/content/renderer/input/input_handler_wrapper.h
+++ b/content/renderer/input/input_handler_wrapper.h
@@ -35,7 +35,8 @@ class InputHandlerWrapper : public InputHandlerProxyClient {
const blink::WebSize& cumulativeScroll) override;
void DidOverscroll(const DidOverscrollParams& params) override;
void DidStopFlinging() override;
- void DidReceiveInputEvent(blink::WebInputEvent::Type type) override;
+ void DidReceiveInputEvent(
+ const blink::WebInputEvent& web_input_event) override;
void DidAnimateForInput() override;
private:
« no previous file with comments | « content/renderer/input/input_handler_proxy_unittest.cc ('k') | content/renderer/input/input_handler_wrapper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698