| Index: content/browser/renderer_host/input/input_router_impl.h
|
| diff --git a/content/browser/renderer_host/input/input_router_impl.h b/content/browser/renderer_host/input/input_router_impl.h
|
| index 76af1c4e1a7ca496a73f38dbc9163d1134520993..8b6be5e01712b3b6d4eaa8e02798828a18858484 100644
|
| --- a/content/browser/renderer_host/input/input_router_impl.h
|
| +++ b/content/browser/renderer_host/input/input_router_impl.h
|
| @@ -77,7 +77,6 @@ class CONTENT_EXPORT InputRouterImpl
|
|
|
| private:
|
| friend class InputRouterImplTest;
|
| - friend class MockRenderWidgetHost;
|
|
|
| // TouchpadTapSuppressionControllerClient
|
| virtual void SendMouseEventImmediately(
|
| @@ -159,7 +158,6 @@ private:
|
| enum AckSource {
|
| RENDERER,
|
| CLIENT,
|
| - OVERSCROLL_CONTROLLER,
|
| IGNORING_DISPOSITION,
|
| ACK_SOURCE_NONE
|
| };
|
| @@ -194,10 +192,6 @@ private:
|
| void ProcessTouchAck(InputEventAckState ack_result,
|
| const ui::LatencyInfo& latency);
|
|
|
| - // Forwards |ack_result| to the client's OverscrollController, if necessary.
|
| - void ProcessAckForOverscroll(const blink::WebInputEvent& event,
|
| - InputEventAckState ack_result);
|
| -
|
| // Called when a touch timeout-affecting bit has changed, in turn toggling the
|
| // touch ack timeout feature of the |touch_event_queue_| as appropriate. Input
|
| // to that determination includes current view properties and the allowed
|
|
|