Index: content/browser/renderer_host/render_view_host_impl.h |
diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h |
index 08c12eb2f10c40beea33798b41a8fcdb57252210..67ba13655d04e2728d2c20c7176e8a330dbad75b 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.h |
+++ b/content/browser/renderer_host/render_view_host_impl.h |
@@ -287,11 +287,12 @@ class CONTENT_EXPORT RenderViewHostImpl |
gfx::Rect GetRootWindowResizerRect() const override; |
// Creates a new RenderView with the given route id. |
- void CreateNewWindow( |
- int route_id, |
- int main_frame_route_id, |
- const ViewHostMsg_CreateWindow_Params& params, |
- SessionStorageNamespace* session_storage_namespace); |
+ void CreateNewWindow(int32 route_id, |
+ int32 main_frame_route_id, |
+ int32 main_frame_widget_route_id, |
+ int32 surface_id, |
+ const ViewHostMsg_CreateWindow_Params& params, |
+ SessionStorageNamespace* session_storage_namespace); |
// Creates a new RenderWidget with the given route id. |popup_type| indicates |
// if this widget is a popup and what kind of popup it is (select, autofill). |