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

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

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/input_router.h
diff --git a/content/browser/renderer_host/input/input_router.h b/content/browser/renderer_host/input/input_router.h
index 93b7b3f7b6a5413d541e1ddb69d5c6a4ff356cfe..5e4533fc1ddca73e653d39e3cc4421c547d98d53 100644
--- a/content/browser/renderer_host/input/input_router.h
+++ b/content/browser/renderer_host/input/input_router.h
@@ -64,9 +64,6 @@ class InputRouter : public IPC::Listener {
// |gesture_event| to the router.
virtual bool ShouldForwardGestureEvent(
const GestureEventWithLatencyInfo& gesture_event) const = 0;
-
- // Returns |true| if the router has any queued or in-flight gesture events.
- virtual bool HasQueuedGestureEvents() const = 0;
};
} // namespace content
« no previous file with comments | « content/browser/renderer_host/input/immediate_input_router.cc ('k') | content/browser/renderer_host/overscroll_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698