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 47aedf7cb19efaa00a5cb7d98022eea9523b7ec0..70b4186f749e4bda9714fc3096b72d9f9e6d3e46 100644 |
--- a/content/renderer/input/input_handler_proxy_client.h |
+++ b/content/renderer/input/input_handler_proxy_client.h |
@@ -30,7 +30,7 @@ class InputHandlerProxyClient { |
// Creates a new fling animation curve instance for device |device_source| |
// with |velocity| and already scrolled |cumulative_scroll| pixels. |
virtual blink::WebGestureCurve* CreateFlingAnimationCurve( |
- int device_source, |
+ blink::WebGestureDevice device_source, |
const blink::WebFloatPoint& velocity, |
const blink::WebSize& cumulative_scroll) = 0; |