| Index: content/renderer/input/input_handler_manager.h
|
| diff --git a/content/renderer/input/input_handler_manager.h b/content/renderer/input/input_handler_manager.h
|
| index f2df0415f297bfae08b58c80642551f994c64813..9b9356689d3f6106af2cd6e4a0149c828e91f94c 100644
|
| --- a/content/renderer/input/input_handler_manager.h
|
| +++ b/content/renderer/input/input_handler_manager.h
|
| @@ -57,6 +57,10 @@ class InputHandlerManager {
|
| // Called from the compositor's thread.
|
| void DidOverscroll(int routing_id, const cc::DidOverscrollParams& params);
|
|
|
| + // Called from the compositor's thread.
|
| + void DidStartFlinging(int routing_id);
|
| + void DidStopFlinging(int routing_id);
|
| +
|
| private:
|
| // Called from the compositor's thread.
|
| void AddInputHandlerOnCompositorThread(
|
|
|