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 4513b60708707a549327d71168a0af07a9cbd278..604fefeb2c49ab0d7fc403e2c405d9c668beddad 100644 |
--- a/content/browser/android/content_view_core_impl.h |
+++ b/content/browser/android/content_view_core_impl.h |
@@ -274,6 +274,7 @@ class ContentViewCoreImpl : public ContentViewCore, |
void OnSelectionChanged(const std::string& text); |
void OnSelectionBoundsChanged( |
const ViewHostMsg_SelectionBounds_Params& params); |
+ void OnSelectionRootBoundsChanged(const gfx::Rect& bounds); |
void StartContentIntent(const GURL& content_url); |