Index: content/browser/frame_host/render_frame_host_impl.h |
diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h |
index 9f9ae02bbc4b3883fff4b4c120160899d999614a..498785d2f8f634470b29ffee8f52eed578c04e52 100644 |
--- a/content/browser/frame_host/render_frame_host_impl.h |
+++ b/content/browser/frame_host/render_frame_host_impl.h |
@@ -191,9 +191,10 @@ class CONTENT_EXPORT RenderFrameHostImpl |
// Creates a RenderFrame in the renderer process. Only called for |
// cross-process subframe navigations in --site-per-process. |
- bool CreateRenderFrame(int parent_routing_id, |
- int previous_sibling_routing_id, |
- int proxy_routing_id); |
+ bool CreateRenderFrame(int proxy_routing_id, |
+ int opener_routing_id, |
+ int parent_routing_id, |
+ int previous_sibling_routing_id); |
// Tracks whether the RenderFrame for this RenderFrameHost has been created in |
// the renderer process. This is currently only used for subframes. |