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

Unified Diff: content/browser/renderer_host/render_widget_host_impl.h

Issue 954973003: Always forward touch events to the TouchEventQueue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More validation Created 5 years, 10 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.h
diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h
index 7e965c738e951ab08c751a658f1ae535bb5e7e01..85d77d76ee5745f460c54fb2c8333a08cf60ea57 100644
--- a/content/browser/renderer_host/render_widget_host_impl.h
+++ b/content/browser/renderer_host/render_widget_host_impl.h
@@ -380,9 +380,6 @@ class CONTENT_EXPORT RenderWidgetHostImpl
// |ignore_input_events_| or |process_->IgnoreInputEvents()| is true.
bool IgnoreInputEvents() const;
- // Event queries delegated to the |input_router_|.
- bool ShouldForwardTouchEvent() const;
-
bool has_touch_handler() const { return has_touch_handler_; }
// Notification that the user has made some kind of input that could

Powered by Google App Engine
This is Rietveld 408576698