| 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..8d5cbb30dfb499c2070e181f920fa431991ed8f2 100644
|
| --- a/content/renderer/input/input_handler_proxy.h
|
| +++ b/content/renderer/input/input_handler_proxy.h
|
| @@ -47,6 +47,7 @@ class CONTENT_EXPORT InputHandlerProxy
|
| virtual void Animate(base::TimeTicks time) OVERRIDE;
|
| virtual void MainThreadHasStoppedFlinging() OVERRIDE;
|
| virtual void DidOverscroll(const cc::DidOverscrollParams& params) OVERRIDE;
|
| + virtual void DidFinishTopControlsGesture() OVERRIDE;
|
|
|
| // blink::WebGestureCurveTarget implementation.
|
| virtual void scrollBy(const blink::WebFloatSize& offset);
|
|
|