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 |