| 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 68b0c6f19647ecfd85f9be5b26e8e1d33d58a2a9..f0b31676ffda25e7e7afd818816352d0ea2d8750 100644
|
| --- a/content/browser/renderer_host/input/mock_input_router_client.h
|
| +++ b/content/browser/renderer_host/input/mock_input_router_client.h
|
| @@ -26,10 +26,9 @@ class MockInputRouterClient : public InputRouterClient {
|
| virtual void IncrementInFlightEventCount() OVERRIDE;
|
| virtual void DecrementInFlightEventCount() OVERRIDE;
|
| virtual void OnHasTouchEventHandlers(bool has_handlers) OVERRIDE;
|
| - virtual OverscrollController* GetOverscrollController() const OVERRIDE;
|
| + virtual void SetNeedsFlush() OVERRIDE;
|
| virtual void DidFlush() OVERRIDE;
|
| virtual void DidOverscroll(const DidOverscrollParams& params) OVERRIDE;
|
| - virtual void SetNeedsFlush() OVERRIDE;
|
|
|
| bool GetAndResetFilterEventCalled();
|
| size_t GetAndResetDidFlushCount();
|
|
|