| Index: ash/shelf/shelf_widget.cc
|
| diff --git a/ash/shelf/shelf_widget.cc b/ash/shelf/shelf_widget.cc
|
| index 96a732120dfba795cedc892251211f604913e39f..ded98373f428f414c434283d811199ebc894c013 100644
|
| --- a/ash/shelf/shelf_widget.cc
|
| +++ b/ash/shelf/shelf_widget.cc
|
| @@ -84,9 +84,7 @@ ShelfWidget::DelegateView::DelegateView(ShelfWidget* shelf_widget)
|
| DCHECK(shelf_widget_);
|
| SetLayoutManager(new views::FillLayout());
|
| set_allow_deactivate_on_esc(true);
|
| - opaque_background_.SetColor(SK_ColorBLACK);
|
| opaque_background_.SetBounds(GetLocalBounds());
|
| - opaque_foreground_.SetColor(SK_ColorBLACK);
|
| opaque_foreground_.SetBounds(GetLocalBounds());
|
| opaque_foreground_.SetOpacity(0.0f);
|
| }
|
|
|