| Index: content/browser/renderer_host/render_view_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_view_host_impl.cc b/content/browser/renderer_host/render_view_host_impl.cc
|
| index 173b4eda6757090736e4a38d275f82744a84106a..a0a7f6ff869862878e5ded891e03e78eb733b256 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_view_host_impl.cc
|
| @@ -978,8 +978,7 @@ void RenderViewHostImpl::OnShowView(int route_id,
|
|
|
| void RenderViewHostImpl::OnShowWidget(int route_id,
|
| const gfx::Rect& initial_rect) {
|
| - if (is_active_)
|
| - delegate_->ShowCreatedWidget(route_id, initial_rect);
|
| + delegate_->ShowCreatedWidget(route_id, initial_rect);
|
| Send(new ViewMsg_Move_ACK(route_id));
|
| }
|
|
|
|
|