Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(668)

Unified Diff: content/browser/renderer_host/input/input_router_impl.h

Issue 291003002: Move OverscrollController to RenderWidgetHostViewAura (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: DCHECK_GE Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698