Index: content/browser/renderer_host/test_render_view_host.h |
=================================================================== |
--- content/browser/renderer_host/test_render_view_host.h (revision 149502) |
+++ content/browser/renderer_host/test_render_view_host.h (working copy) |
@@ -66,6 +66,7 @@ |
virtual void SetTakesFocusOnlyOnMouseDown(bool flag) OVERRIDE {} |
virtual void SetWindowVisibility(bool visible) OVERRIDE {} |
virtual void WindowFrameChanged() OVERRIDE {} |
+ virtual void ShowDefinitionForSelection() OVERRIDE {} |
#endif // defined(OS_MACOSX) |
#if defined(TOOLKIT_GTK) |
virtual GdkEventButton* GetLastMouseDown() OVERRIDE; |