| Index: ash/common/frame/header_view.cc
|
| diff --git a/ash/common/frame/header_view.cc b/ash/common/frame/header_view.cc
|
| index b1c5a6862da605c32cdb9b19cdd52344dd1db9c9..15d5ba2053111bbf04fa107e29ff0236e8c18575 100644
|
| --- a/ash/common/frame/header_view.cc
|
| +++ b/ash/common/frame/header_view.cc
|
| @@ -165,7 +165,6 @@ views::View* HeaderView::avatar_icon() const {
|
| void HeaderView::OnImmersiveRevealStarted() {
|
| fullscreen_visible_fraction_ = 0;
|
| SetPaintToLayer();
|
| - layer()->SetFillsBoundsOpaquely(false);
|
| parent()->Layout();
|
| }
|
|
|
|
|