summaryrefslogtreecommitdiffstats
path: root/content/browser/frame_host/render_frame_host_factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/frame_host/render_frame_host_factory.h')
-rw-r--r--content/browser/frame_host/render_frame_host_factory.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/content/browser/frame_host/render_frame_host_factory.h b/content/browser/frame_host/render_frame_host_factory.h
index 2332922..ce8433d 100644
--- a/content/browser/frame_host/render_frame_host_factory.h
+++ b/content/browser/frame_host/render_frame_host_factory.h
@@ -12,6 +12,7 @@
namespace content {
class FrameTree;
+class FrameTreeNode;
class RenderFrameHostDelegate;
class RenderFrameHostImpl;
class RenderViewHostImpl;
@@ -27,6 +28,7 @@ class CONTENT_EXPORT RenderFrameHostFactory {
RenderViewHostImpl* render_view_host,
RenderFrameHostDelegate* delegate,
FrameTree* frame_tree,
+ FrameTreeNode* frame_tree_node,
int routing_id,
bool is_swapped_out);
@@ -43,6 +45,7 @@ class CONTENT_EXPORT RenderFrameHostFactory {
RenderViewHostImpl* render_view_host,
RenderFrameHostDelegate* delegate,
FrameTree* frame_tree,
+ FrameTreeNode* frame_tree_node,
int routing_id,
bool is_swapped_out) = 0;