| Index: ash/wm/custom_frame_view_ash.cc
|
| diff --git a/ash/wm/custom_frame_view_ash.cc b/ash/wm/custom_frame_view_ash.cc
|
| index 2bb79c95235fb22c7665a0be61344ed1a09c2e32..d98a091a8c7ce8aa6997d6710462eec5f4500f74 100644
|
| --- a/ash/wm/custom_frame_view_ash.cc
|
| +++ b/ash/wm/custom_frame_view_ash.cc
|
| @@ -287,6 +287,7 @@ void CustomFrameViewAsh::HeaderView::OnPaint(gfx::Canvas* canvas) {
|
| void CustomFrameViewAsh::HeaderView::OnImmersiveRevealStarted() {
|
| fullscreen_visible_fraction_ = 0;
|
| SetPaintToLayer(true);
|
| + SetFillsBoundsOpaquely(false);
|
| parent()->Layout();
|
| }
|
|
|
|
|