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 dd43f37587e3e01cf991b5fcefc99dd7080ae23a..17593ffb2cfefb9647210d070756d28a336dff50 100644 |
--- a/content/browser/renderer_host/render_widget_host_impl.h |
+++ b/content/browser/renderer_host/render_widget_host_impl.h |
@@ -498,6 +498,7 @@ class CONTENT_EXPORT RenderWidgetHostImpl : virtual public RenderWidgetHost, |
virtual void OnMsgFocus(); |
virtual void OnMsgBlur(); |
void OnMsgDidChangeNumTouchEvents(int count); |
+ void OnMsgHasTouchEventHandlers(bool has_handlers); |
void OnMsgSetCursor(const WebCursor& cursor); |
void OnMsgTextInputStateChanged(ui::TextInputType type, |