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 383a9bbb0a1ec5e9354291eb64b4c6839ede2e4d..66cd5aa6efa5f19afd4245eeb90de14202fcec05 100644 |
--- a/content/renderer/input/input_handler_proxy_client.h |
+++ b/content/renderer/input/input_handler_proxy_client.h |
@@ -38,7 +38,8 @@ class InputHandlerProxyClient { |
virtual void DidStopFlinging() = 0; |
- virtual void DidReceiveInputEvent(blink::WebInputEvent::Type type) = 0; |
+ virtual void DidReceiveInputEvent( |
+ const blink::WebInputEvent& web_input_event) = 0; |
virtual void DidAnimateForInput() = 0; |