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

Unified Diff: content/browser/renderer_host/input/buffered_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: tot-merge 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/buffered_input_router.cc
diff --git a/content/browser/renderer_host/input/buffered_input_router.cc b/content/browser/renderer_host/input/buffered_input_router.cc
index 3f0fb23d26350793e68fcf9c41c5749024659fc7..fdfa4685b4f559f68d6aabdde08441ee343a92f2 100644
--- a/content/browser/renderer_host/input/buffered_input_router.cc
+++ b/content/browser/renderer_host/input/buffered_input_router.cc
@@ -207,10 +207,6 @@ bool BufferedInputRouter::ShouldForwardGestureEvent(
return true;
}
-bool BufferedInputRouter::HasQueuedGestureEvents() const {
- return queued_gesture_count_ > 0;
-}
-
void BufferedInputRouter::OnWebInputEventAck(
int64 event_id,
const WebKit::WebInputEvent& web_event,

Powered by Google App Engine
This is Rietveld 408576698