Index: content/renderer/render_view_impl.h |
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h |
index 4f05f93bc6c70d60b8f11ad95926e102e75156c6..df43d683345d43557a40c6c756ae1b02425d2012 100644 |
--- a/content/renderer/render_view_impl.h |
+++ b/content/renderer/render_view_impl.h |
@@ -715,6 +715,9 @@ class CONTENT_EXPORT RenderViewImpl |
virtual void InstrumentDidBeginFrame() OVERRIDE; |
virtual void InstrumentDidCancelFrame() OVERRIDE; |
virtual void InstrumentWillComposite() OVERRIDE; |
+#if defined(OS_ANDROID) |
+ virtual void UpdateSelectionRootBounds() OVERRIDE; |
+#endif |
protected: |
explicit RenderViewImpl(RenderViewImplParams* params); |
@@ -953,6 +956,7 @@ class CONTENT_EXPORT RenderViewImpl |
bool animate); |
void OnPauseVideo(); |
void OnExtractSmartClipData(const gfx::Rect& rect); |
+ void GetSelectionRootBounds(gfx::Rect* bounds) const; |
#elif defined(OS_MACOSX) |
void OnCopyToFindPboard(); |
void OnPluginImeCompositionCompleted(const base::string16& text, |