| 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 109b6bf30c5f8971585e480d7db882daeb366c92..c457e2c339f50a4ca165710470be9a12f0d3b7df 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_view_host_impl.cc
|
| @@ -980,8 +980,7 @@ void RenderViewHostImpl::OnShowWidget(int route_id,
|
| }
|
|
|
| void RenderViewHostImpl::OnShowFullscreenWidget(int route_id) {
|
| - if (is_active_)
|
| - delegate_->ShowCreatedFullscreenWidget(route_id);
|
| + delegate_->ShowCreatedFullscreenWidget(route_id);
|
| Send(new ViewMsg_Move_ACK(route_id));
|
| }
|
|
|
|
|