Commit 7585ab55 authored by Mitsuru Oshima's avatar Mitsuru Oshima Committed by Commit Bot

Layout the wide frame when exiting immersive fullscreen

Since the wide frame doesn't have the content,
relayout doesn't happen automatically.

Bug: 882080
Test: manual
Change-Id: Ia24a4d71a3f7b74834cc423fbdf87d096231b1f2
Reviewed-on: https://chromium-review.googlesource.com/1214687Reviewed-by: default avatarAhmed Fakhry <afakhry@chromium.org>
Commit-Queue: Mitsuru Oshima <oshima@chromium.org>
Cr-Commit-Position: refs/heads/master@{#589758}
parent 9456e9b9
......@@ -178,6 +178,7 @@ void WideFrameView::OnImmersiveFullscreenExited() {
header_view_->OnImmersiveFullscreenExited();
if (target_)
GetTargetHeaderView()->OnImmersiveFullscreenExited();
Layout();
}
void WideFrameView::SetVisibleFraction(double visible_fraction) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment