| Index: content/renderer/input/input_handler_proxy_client.h
|
| diff --git a/content/renderer/input/input_handler_proxy_client.h b/content/renderer/input/input_handler_proxy_client.h
|
| index 7ef1121bf7ca7b7a848f803979e02fbcacd5b034..94ea6cf9ef98839668717478e95d98fe394c99fd 100644
|
| --- a/content/renderer/input/input_handler_proxy_client.h
|
| +++ b/content/renderer/input/input_handler_proxy_client.h
|
| @@ -34,6 +34,9 @@ class InputHandlerProxyClient {
|
|
|
| virtual void DidOverscroll(const cc::DidOverscrollParams& params) = 0;
|
|
|
| + virtual void DidStartFlinging() = 0;
|
| + virtual void DidStopFlinging() = 0;
|
| +
|
| protected:
|
| virtual ~InputHandlerProxyClient() {}
|
| };
|
|
|