Index: content/browser/android/content_view_core_impl.h |
diff --git a/content/browser/android/content_view_core_impl.h b/content/browser/android/content_view_core_impl.h |
index d280c0a1fb7d30d478c181baf7cd83f1b4f6167b..0ca7c6472478ae4456863b6acbbfca26062785d0 100644 |
--- a/content/browser/android/content_view_core_impl.h |
+++ b/content/browser/android/content_view_core_impl.h |
@@ -239,6 +239,7 @@ class ContentViewCoreImpl : public ContentViewCore, |
void OnBackgroundColorChanged(SkColor color); |
bool HasFocus(); |
+ void RequestDisallowInterceptTouchEvent(); |
void OnGestureEventAck(const blink::WebGestureEvent& event, |
InputEventAckState ack_result); |
bool FilterInputEvent(const blink::WebInputEvent& event); |