| Index: content/browser/renderer_host/render_view_host_impl.h
|
| ===================================================================
|
| --- content/browser/renderer_host/render_view_host_impl.h (revision 238504)
|
| +++ content/browser/renderer_host/render_view_host_impl.h (working copy)
|
| @@ -61,6 +61,7 @@
|
| class BrowserMediaPlayerManager;
|
| class ChildProcessSecurityPolicyImpl;
|
| class PageState;
|
| +class RenderFrameHostDelegate;
|
| class RenderFrameHostImpl;
|
| class RenderWidgetHostDelegate;
|
| class SessionStorageNamespace;
|
| @@ -118,6 +119,7 @@
|
| RenderViewHostImpl(
|
| SiteInstance* instance,
|
| RenderViewHostDelegate* delegate,
|
| + RenderFrameHostDelegate* frame_delegate,
|
| RenderWidgetHostDelegate* widget_delegate,
|
| int routing_id,
|
| int main_frame_routing_id,
|
|
|