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..5625fba57b9526e95a726cb09f7d096856c00120 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 DidAnimateForInput() = 0; |
+ |
protected: |
virtual ~InputHandlerProxyClient() {} |
}; |