Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(538)

Unified Diff: ash/wm/workspace/system_background_controller.cc

Issue 10872098: Change system level background from red to black. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698