Index: content/browser/renderer_host/render_widget_host_view_mac.h |
=================================================================== |
--- content/browser/renderer_host/render_widget_host_view_mac.h (revision 150365) |
+++ content/browser/renderer_host/render_widget_host_view_mac.h (working copy) |
@@ -209,6 +209,7 @@ |
virtual void SetTakesFocusOnlyOnMouseDown(bool flag) OVERRIDE; |
virtual void SetWindowVisibility(bool visible) OVERRIDE; |
virtual void WindowFrameChanged() OVERRIDE; |
+ virtual void ShowDefinitionForSelection() OVERRIDE; |
virtual bool SupportsSpeech() const OVERRIDE; |
virtual void SpeakSelection() OVERRIDE; |
virtual bool IsSpeaking() const OVERRIDE; |