| Index: ash/common/system/status_area_widget_delegate.cc
|
| diff --git a/ash/common/system/status_area_widget_delegate.cc b/ash/common/system/status_area_widget_delegate.cc
|
| index fda7c129586c1ea091f86d84a181c86b7aff8bc4..920c171e6b548496961734f29200dc3804b356a9 100644
|
| --- a/ash/common/system/status_area_widget_delegate.cc
|
| +++ b/ash/common/system/status_area_widget_delegate.cc
|
| @@ -57,7 +57,7 @@ StatusAreaWidgetDelegate::StatusAreaWidgetDelegate()
|
| // Allow the launcher to surrender the focus to another window upon
|
| // navigation completion by the user.
|
| set_allow_deactivate_on_esc(true);
|
| - SetPaintToLayer(true);
|
| + SetPaintToLayer();
|
| layer()->SetFillsBoundsOpaquely(false);
|
| }
|
|
|
|
|