| Index: content/browser/renderer_host/input/mock_input_router_client.h
|
| diff --git a/content/browser/renderer_host/input/mock_input_router_client.h b/content/browser/renderer_host/input/mock_input_router_client.h
|
| index c4938a4a4e2e3bcef909c1463de2abec1f47994b..648d8b87e3613f2d2192697ba5f5edabca0cf505 100644
|
| --- a/content/browser/renderer_host/input/mock_input_router_client.h
|
| +++ b/content/browser/renderer_host/input/mock_input_router_client.h
|
| @@ -26,7 +26,8 @@ class MockInputRouterClient : public InputRouterClient {
|
| void IncrementInFlightEventCount() override;
|
| void DecrementInFlightEventCount() override;
|
| void OnHasTouchEventHandlers(bool has_handlers) override;
|
| - void DidFlush() override;
|
| + void SetNeedsFlushInput() override;
|
| + void DidFlushAllInput() override;
|
| void DidOverscroll(const DidOverscrollParams& params) override;
|
| void DidStopFlinging() override;
|
|
|
|
|