Index: content/test/test_render_view_host.h |
diff --git a/content/test/test_render_view_host.h b/content/test/test_render_view_host.h |
index f968ab65e42e100ad32f3b20ae4bc0648de7d9f7..a7612041768895a695f8149c2d69bbddfad3efbf 100644 |
--- a/content/test/test_render_view_host.h |
+++ b/content/test/test_render_view_host.h |
@@ -122,6 +122,9 @@ class TestRenderWidgetHostView : public RenderWidgetHostViewBase { |
virtual void SetTooltipText(const base::string16& tooltip_text) OVERRIDE {} |
virtual void SelectionBoundsChanged( |
const ViewHostMsg_SelectionBounds_Params& params) OVERRIDE {} |
+#if defined(OS_ANDROID) |
+ virtual void SelectionRootBoundsChanged(const gfx::Rect&) OVERRIDE {} |
+#endif |
virtual void ScrollOffsetChanged() OVERRIDE {} |
virtual BackingStore* AllocBackingStore(const gfx::Size& size) OVERRIDE; |
virtual void CopyFromCompositingSurface( |