Index: content/renderer/render_view_impl.cc |
=================================================================== |
--- content/renderer/render_view_impl.cc (revision 198276) |
+++ content/renderer/render_view_impl.cc (working copy) |
@@ -1945,6 +1945,9 @@ |
return NULL; |
ViewHostMsg_CreateWindow_Params params; |
+ WebKit::WindowFeatures window_features(features); |
+ |
+ params.window_features = window_features; |
params.opener_id = routing_id_; |
params.user_gesture = WebUserGestureIndicator::isProcessingUserGesture(); |
params.window_container_type = WindowFeaturesToContainerType(features); |