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 dc5bd584d0d2c6d1a67a1ddc604f150546f91c36..ab7da6d243906a436ece088f5a2506322de04b49 100644 |
--- a/content/browser/android/content_view_core_impl.h |
+++ b/content/browser/android/content_view_core_impl.h |
@@ -253,6 +253,7 @@ class ContentViewCoreImpl : public ContentViewCore, |
bool HasFocus(); |
void ConfirmTouchEvent(InputEventAckState ack_result); |
+ void UnhandledFlingStartEvent(); |
void HasTouchEventHandlers(bool need_touch_events); |
void OnSelectionChanged(const std::string& text); |
void OnSelectionBoundsChanged( |