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

Unified Diff: content/browser/renderer_host/input/immediate_input_router.cc

Issue 23801003: input: Make the OverscrollController less intrusive, and some code cleanup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 3 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/immediate_input_router.cc
diff --git a/content/browser/renderer_host/input/immediate_input_router.cc b/content/browser/renderer_host/input/immediate_input_router.cc
index 368619cc1e633721beac4f37fa29314ea22bce62..6f051dd670690117635cd054b5b0a489594eeea6 100644
--- a/content/browser/renderer_host/input/immediate_input_router.cc
+++ b/content/browser/renderer_host/input/immediate_input_router.cc
@@ -282,10 +282,6 @@ bool ImmediateInputRouter::ShouldForwardGestureEvent(
return gesture_event_filter_->ShouldForward(touch_event);
}
-bool ImmediateInputRouter::HasQueuedGestureEvents() const {
- return gesture_event_filter_->HasQueuedGestureEvents();
aelias_OOO_until_Jul13 2013/09/03 02:24:10 Is this intended to be a no-op change? You're no
-}
-
bool ImmediateInputRouter::OnMessageReceived(const IPC::Message& message) {
bool handled = true;
bool message_is_ok = true;

Powered by Google App Engine
This is Rietveld 408576698