| Index: content/browser/renderer_host/render_view_host_factory.h
|
| ===================================================================
|
| --- content/browser/renderer_host/render_view_host_factory.h (revision 238504)
|
| +++ content/browser/renderer_host/render_view_host_factory.h (working copy)
|
| @@ -9,6 +9,7 @@
|
| #include "content/common/content_export.h"
|
|
|
| namespace content {
|
| +class RenderFrameHostDelegate;
|
| class RenderViewHost;
|
| class RenderViewHostDelegate;
|
| class RenderWidgetHostDelegate;
|
| @@ -26,6 +27,7 @@
|
| static RenderViewHost* Create(
|
| SiteInstance* instance,
|
| RenderViewHostDelegate* delegate,
|
| + RenderFrameHostDelegate* frame_delegate,
|
| RenderWidgetHostDelegate* widget_delegate,
|
| int routing_id,
|
| int main_frame_routing_id,
|
| @@ -46,6 +48,7 @@
|
| virtual RenderViewHost* CreateRenderViewHost(
|
| SiteInstance* instance,
|
| RenderViewHostDelegate* delegate,
|
| + RenderFrameHostDelegate* frame_delegate,
|
| RenderWidgetHostDelegate* widget_delegate,
|
| int routing_id,
|
| int main_frame_routing_id,
|
|
|