| Index: content/browser/renderer_host/render_widget_host_view_mac.h
|
| ===================================================================
|
| --- content/browser/renderer_host/render_widget_host_view_mac.h (revision 149502)
|
| +++ content/browser/renderer_host/render_widget_host_view_mac.h (working copy)
|
| @@ -205,6 +205,7 @@
|
| virtual void SetTakesFocusOnlyOnMouseDown(bool flag) OVERRIDE;
|
| virtual void SetWindowVisibility(bool visible) OVERRIDE;
|
| virtual void WindowFrameChanged() OVERRIDE;
|
| + virtual void ShowDefinitionForSelection() OVERRIDE;
|
| virtual void SetBackground(const SkBitmap& background) OVERRIDE;
|
|
|
| // Implementation of RenderWidgetHostViewPort.
|
|
|