Chromium Code Reviews| Index: content/browser/renderer_host/render_widget_host_impl.cc |
| =================================================================== |
| --- content/browser/renderer_host/render_widget_host_impl.cc (revision 147827) |
| +++ content/browser/renderer_host/render_widget_host_impl.cc (working copy) |
| @@ -245,6 +245,8 @@ |
| // Send the ack along with the information on placement. |
| Send(new ViewMsg_CreatingNew_ACK(routing_id_, GetNativeViewId())); |
| + GetProcess()->ResumeRequestsForView(routing_id_); |
| + |
| WasResized(); |
| } |