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

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

Issue 557403002: InputHandlerProxy to inform blink scheduler of input events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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_proxy_client.h
diff --git a/content/renderer/input/input_handler_proxy_client.h b/content/renderer/input/input_handler_proxy_client.h
index 70b4186f749e4bda9714fc3096b72d9f9e6d3e46..221b9d474118f521e81452bdd987a187ca2be0df 100644
--- a/content/renderer/input/input_handler_proxy_client.h
+++ b/content/renderer/input/input_handler_proxy_client.h
@@ -38,6 +38,8 @@ class InputHandlerProxyClient {
virtual void DidStopFlinging() = 0;
+ virtual void DidHandleInputEvent() = 0;
+
protected:
virtual ~InputHandlerProxyClient() {}
};

Powered by Google App Engine
This is Rietveld 408576698