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

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

Issue 692483002: Hook up DidReceiveInputEvent to the blink scheduler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resonding to Sami's feedback Created 6 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/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 bbb91e842c5bc815622fcb125e379177f81fe998..adb8fc9ff616d23240c3f7c21ae14c6743ca2c8c 100644
--- a/content/renderer/input/input_handler_proxy_client.h
+++ b/content/renderer/input/input_handler_proxy_client.h
@@ -40,6 +40,8 @@ class InputHandlerProxyClient {
virtual void DidReceiveInputEvent() = 0;
+ virtual void DidAnimate() = 0;
+
protected:
virtual ~InputHandlerProxyClient() {}
};

Powered by Google App Engine
This is Rietveld 408576698