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

Unified Diff: content/browser/renderer_host/render_widget_host_impl.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/render_widget_host_impl.cc
diff --git a/content/browser/renderer_host/render_widget_host_impl.cc b/content/browser/renderer_host/render_widget_host_impl.cc
index 30b0ecb12ee6b9ad07ccb1b83b6de1ee61f2b2b8..1f816471b3b9cfef5278c01086f91ee1ea9e2a02 100644
--- a/content/browser/renderer_host/render_widget_host_impl.cc
+++ b/content/browser/renderer_host/render_widget_host_impl.cc
@@ -2235,10 +2235,6 @@ bool RenderWidgetHostImpl::ShouldForwardGestureEvent(
return input_router_->ShouldForwardGestureEvent(gesture_event);
}
-bool RenderWidgetHostImpl::HasQueuedGestureEvents() const {
- return input_router_->HasQueuedGestureEvents();
-}
-
void RenderWidgetHostImpl::StartUserGesture() {
OnUserGesture();
}
« no previous file with comments | « content/browser/renderer_host/render_widget_host_impl.h ('k') | content/browser/renderer_host/render_widget_host_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698