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 6501489bbe93ac7f952909509774583471dd342e..6a99656f517ea0c83b709f06d837a83c8ad347c5 100644 |
--- a/content/browser/renderer_host/input/input_router_impl.h |
+++ b/content/browser/renderer_host/input/input_router_impl.h |
@@ -80,7 +80,6 @@ class CONTENT_EXPORT InputRouterImpl |
private: |
friend class InputRouterImplTest; |
- friend class MockRenderWidgetHost; |
// TouchpadTapSuppressionControllerClient |
virtual void SendMouseEventImmediately( |
@@ -161,7 +160,6 @@ private: |
enum AckSource { |
RENDERER, |
CLIENT, |
- OVERSCROLL_CONTROLLER, |
IGNORING_DISPOSITION, |
ACK_SOURCE_NONE |
}; |
@@ -196,10 +194,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 |