| Index: content/browser/web_contents/web_contents_view_mac.h
|
| ===================================================================
|
| --- content/browser/web_contents/web_contents_view_mac.h (revision 175506)
|
| +++ content/browser/web_contents/web_contents_view_mac.h (working copy)
|
| @@ -68,6 +68,8 @@
|
| const gfx::Size& initial_size, gfx::NativeView context) OVERRIDE;
|
| virtual RenderWidgetHostView* CreateViewForWidget(
|
| RenderWidgetHost* render_widget_host) OVERRIDE;
|
| + virtual RenderWidgetHostView* CreateViewForPopupWidget(
|
| + RenderWidgetHost* render_widget_host) OVERRIDE;
|
| virtual gfx::NativeView GetNativeView() const OVERRIDE;
|
| virtual gfx::NativeView GetContentNativeView() const OVERRIDE;
|
| virtual gfx::NativeWindow GetTopLevelNativeWindow() const OVERRIDE;
|
|
|