| Index: content/renderer/input/input_handler_wrapper.h
|
| diff --git a/content/renderer/input/input_handler_wrapper.h b/content/renderer/input/input_handler_wrapper.h
|
| index 23e3a33f507640ddf8729573b43e4de70e4d44e1..9f4ebf0688c666323c6e4a7e3477ad14bb89c808 100644
|
| --- a/content/renderer/input/input_handler_wrapper.h
|
| +++ b/content/renderer/input/input_handler_wrapper.h
|
| @@ -30,7 +30,7 @@ class InputHandlerWrapper : public InputHandlerProxyClient {
|
| virtual void TransferActiveWheelFlingAnimation(
|
| const blink::WebActiveWheelFlingParameters& params) OVERRIDE;
|
| virtual blink::WebGestureCurve* CreateFlingAnimationCurve(
|
| - int deviceSource,
|
| + blink::WebGestureDevice deviceSource,
|
| const blink::WebFloatPoint& velocity,
|
| const blink::WebSize& cumulativeScroll) OVERRIDE;
|
| virtual void DidOverscroll(const DidOverscrollParams& params) OVERRIDE;
|
|
|