| Index: content/browser/frame_host/render_frame_host_impl.cc
|
| diff --git a/content/browser/frame_host/render_frame_host_impl.cc b/content/browser/frame_host/render_frame_host_impl.cc
|
| index 1834494ead535676362949f0cf7c26ba5d421c80..71d3a4fa1add50a43a5079afcc9c2e5170f8cdad 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.cc
|
| +++ b/content/browser/frame_host/render_frame_host_impl.cc
|
| @@ -1667,7 +1667,7 @@ void RenderFrameHostImpl::OnToggleFullscreen(bool enter_fullscreen) {
|
| if (enter_fullscreen)
|
| delegate_->EnterFullscreenMode(GetLastCommittedURL().GetOrigin());
|
| else
|
| - delegate_->ExitFullscreenMode();
|
| + delegate_->ExitFullscreenMode(/* will_cause_resize */ true);
|
|
|
| // The previous call might change the fullscreen state. We need to make sure
|
| // the renderer is aware of that, which is done via the resize message.
|
|
|