| 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 647c081e3b945aa78c927498b510454a0f1f606b..76b03910f1897fb8cc3758edf61c96d30e8b8a06 100644
|
| --- a/content/browser/renderer_host/input/input_router_client.h
|
| +++ b/content/browser/renderer_host/input/input_router_client.h
|
| @@ -17,8 +17,6 @@ struct LatencyInfo;
|
|
|
| namespace content {
|
|
|
| -class OverscrollController;
|
| -
|
| class CONTENT_EXPORT InputRouterClient {
|
| public:
|
| virtual ~InputRouterClient() {}
|
| @@ -42,11 +40,6 @@ class CONTENT_EXPORT InputRouterClient {
|
| // Called when the renderer notifies that it has touch event handlers.
|
| virtual void OnHasTouchEventHandlers(bool has_handlers) = 0;
|
|
|
| - // Returns an optional OverscrollController. If non-NULL, the controller
|
| - // will be fed events and event acks by the router, when appropriate.
|
| - // TODO(jdduke): crbug.com/306133 - Move the controller to the router.
|
| - virtual OverscrollController* GetOverscrollController() const = 0;
|
| -
|
| // Certain router implementations require periodic flushing of queued events.
|
| // When this method is called, the client should ensure a timely call, either
|
| // synchronous or asynchronous, of |Flush| on the InputRouter.
|
|
|