| 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 b32410d881415421d29cb16ee58aa811c44d5af1..809cb0512a06ef73bbc49ae87f531175cdf93c76 100644
|
| --- a/content/renderer/input/input_handler_wrapper.h
|
| +++ b/content/renderer/input/input_handler_wrapper.h
|
| @@ -45,7 +45,7 @@ class InputHandlerWrapper : public ui::InputHandlerProxyClient {
|
| void DispatchNonBlockingEventToMainThread(
|
| ui::WebScopedInputEvent event,
|
| const ui::LatencyInfo& latency_info) override;
|
| - blink::WebGestureCurve* CreateFlingAnimationCurve(
|
| + std::unique_ptr<blink::WebGestureCurve> CreateFlingAnimationCurve(
|
| blink::WebGestureDevice deviceSource,
|
| const blink::WebFloatPoint& velocity,
|
| const blink::WebSize& cumulativeScroll) override;
|
|
|