| Index: content/browser/renderer_host/input/mock_input_router_client.cc
|
| diff --git a/content/browser/renderer_host/input/mock_input_router_client.cc b/content/browser/renderer_host/input/mock_input_router_client.cc
|
| index 07d3d17946e22f053035f40f2e04566cc298be89..138a7ef77da5541f2a5345b03732c0f64a0a80d0 100644
|
| --- a/content/browser/renderer_host/input/mock_input_router_client.cc
|
| +++ b/content/browser/renderer_host/input/mock_input_router_client.cc
|
| @@ -50,7 +50,9 @@ void MockInputRouterClient::OnHasTouchEventHandlers(
|
| has_touch_handler_ = has_handlers;
|
| }
|
|
|
| -void MockInputRouterClient::DidFlush() {
|
| +void MockInputRouterClient::SetNeedsFlushInput() {}
|
| +
|
| +void MockInputRouterClient::DidFlushAllInput() {
|
| ++did_flush_called_count_;
|
| }
|
|
|
|
|