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 81c78db351697ebe096ad7f1198f51445ea070be..0dbceef78d3e9a8a6380597fdbd4b9e8a6892e3a 100644 |
--- a/content/browser/android/content_view_core_impl.h |
+++ b/content/browser/android/content_view_core_impl.h |
@@ -352,6 +352,7 @@ class ContentViewCoreImpl : public ContentViewCore, |
void DeleteScaledSnapshotTexture(); |
+ bool OnMotionEvent(const ui::MotionEvent& event); |
void SendGestureEvent(const blink::WebGestureEvent& event); |
// Update focus state of the RenderWidgetHostView. |