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