| Index: content/renderer/input/input_handler_proxy.h
|
| diff --git a/content/renderer/input/input_handler_proxy.h b/content/renderer/input/input_handler_proxy.h
|
| index 083cf93a9a4d780af5b533a998815cc132c6e970..0a0b2466bcacb049afb58039752dd40cacafd238 100644
|
| --- a/content/renderer/input/input_handler_proxy.h
|
| +++ b/content/renderer/input/input_handler_proxy.h
|
| @@ -63,7 +63,7 @@ class CONTENT_EXPORT InputHandlerProxy
|
| bool TouchpadFlingScroll(const blink::WebFloatSize& increment);
|
|
|
| // Returns true if we actually had an active fling to cancel.
|
| - bool CancelCurrentFling();
|
| + bool CancelCurrentFling(bool send_fling_stopped_notification);
|
|
|
| scoped_ptr<blink::WebGestureCurve> fling_curve_;
|
| // Parameters for the active fling animation, stored in case we need to
|
|
|