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 fd434ae883981afed495a011d923f2f44b76e119..223535b393a920619ea1dcc4744a549816c924a3 100644 |
--- a/content/browser/renderer_host/render_widget_host_impl.h |
+++ b/content/browser/renderer_host/render_widget_host_impl.h |
@@ -320,6 +320,8 @@ class CONTENT_EXPORT RenderWidgetHostImpl : virtual public RenderWidgetHost, |
// Activate deferred plugin handles. |
void ActivateDeferredPluginHandles(); |
+ bool ShouldForwardTouchEvent() const; |
+ |
bool has_touch_handler() const { return has_touch_handler_; } |
// Notification that the user has made some kind of input that could |