Index: ash/wm/workspace/system_background_controller.cc |
diff --git a/ash/wm/workspace/system_background_controller.cc b/ash/wm/workspace/system_background_controller.cc |
index 71e38658972b77cfc5f4ef690704d5a007b07cd0..49d120d8385254069c77b797f0d2e38e2390eb31 100644 |
--- a/ash/wm/workspace/system_background_controller.cc |
+++ b/ash/wm/workspace/system_background_controller.cc |
@@ -54,7 +54,7 @@ views::View* SystemBackgroundController::View::GetContentsView() { |
void SystemBackgroundController::View::OnPaint(gfx::Canvas* canvas) { |
// TODO: get image! |
- canvas->DrawColor(SK_ColorRED); |
+ canvas->DrawColor(SK_ColorBLACK); |
} |
SystemBackgroundController::SystemBackgroundController(aura::RootWindow* root) |