| Index: content/renderer/input/input_handler_wrapper.cc | 
| diff --git a/content/renderer/input/input_handler_wrapper.cc b/content/renderer/input/input_handler_wrapper.cc | 
| index b994f09095060872733be792600614c5c8d1c876..2e64cdbc13018850129b4103fcbae627c2728aae 100644 | 
| --- a/content/renderer/input/input_handler_wrapper.cc | 
| +++ b/content/renderer/input/input_handler_wrapper.cc | 
| @@ -61,7 +61,8 @@ void InputHandlerWrapper::WillShutdown() { | 
| input_handler_manager_->RemoveInputHandler(routing_id_); | 
| } | 
|  | 
| -blink::WebGestureCurve* InputHandlerWrapper::CreateFlingAnimationCurve( | 
| +std::unique_ptr<blink::WebGestureCurve> | 
| +InputHandlerWrapper::CreateFlingAnimationCurve( | 
| blink::WebGestureDevice deviceSource, | 
| const blink::WebFloatPoint& velocity, | 
| const blink::WebSize& cumulative_scroll) { | 
|  |