| Index: content/browser/renderer_host/input/input_router_client.h
|
| diff --git a/content/browser/renderer_host/input/input_router_client.h b/content/browser/renderer_host/input/input_router_client.h
|
| index 0221533738205bce9c75dabe055cdb781266cdb7..5c7573ee5fb2650d7f5348bbe2b7d2dc5c755c92 100644
|
| --- a/content/browser/renderer_host/input/input_router_client.h
|
| +++ b/content/browser/renderer_host/input/input_router_client.h
|
| @@ -42,11 +42,6 @@ class CONTENT_EXPORT InputRouterClient {
|
| // Called when the renderer notifies that it has touch event handlers.
|
| virtual void OnHasTouchEventHandlers(bool has_handlers) = 0;
|
|
|
| - // Called when the router has finished flushing all events queued at the time
|
| - // of the call to Flush. The call will typically be asynchronous with
|
| - // respect to the call to |Flush| on the InputRouter.
|
| - virtual void DidFlush() = 0;
|
| -
|
| // Called when the router has received an overscroll notification from the
|
| // renderer.
|
| virtual void DidOverscroll(const ui::DidOverscrollParams& params) = 0;
|
|
|