| 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 fdfbbc5a43c4eaa8dc639a55a43ba0dd8f4d115c..8dde654e83b4321cda10e114df7352642145f0f1 100644
|
| --- a/content/browser/renderer_host/input/mock_input_router_client.h
|
| +++ b/content/browser/renderer_host/input/mock_input_router_client.h
|
| @@ -25,7 +25,6 @@ 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 DidFlush() OVERRIDE;
|
| virtual void SetNeedsFlush() OVERRIDE;
|
|
|
|
|