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