Index: content/public/browser/render_widget_host_view.h |
=================================================================== |
--- content/public/browser/render_widget_host_view.h (revision 149502) |
+++ content/public/browser/render_widget_host_view.h (working copy) |
@@ -123,6 +123,9 @@ |
// Informs the view that its containing window's frame changed. |
virtual void WindowFrameChanged() = 0; |
+ |
+ // Brings up the dictionary showing a definition for the selected text. |
+ virtual void ShowDefinitionForSelection() = 0; |
#endif // defined(OS_MACOSX) |
#if defined(TOOLKIT_GTK) |