| Index: ash/wm/system_background_controller.cc
|
| diff --git a/ash/wm/system_background_controller.cc b/ash/wm/system_background_controller.cc
|
| index 86ec63df2d9b519ec8bad1cbfa2a355c830d5324..4fb68d468bb3c06981b3da515bb347511a0cd9b1 100644
|
| --- a/ash/wm/system_background_controller.cc
|
| +++ b/ash/wm/system_background_controller.cc
|
| @@ -13,8 +13,7 @@ namespace ash {
|
| SystemBackgroundController::SystemBackgroundController(
|
| aura::Window* root_window,
|
| SkColor color)
|
| - : root_window_(root_window),
|
| - layer_(new ui::Layer(ui::LAYER_SOLID_COLOR)) {
|
| + : root_window_(root_window), layer_(new ui::Layer(ui::LAYER_SOLID_COLOR)) {
|
| root_window_->AddObserver(this);
|
| layer_->SetColor(color);
|
|
|
|
|