Commit 2f704fde authored by sky@chromium.org's avatar sky@chromium.org

Change system level background from red to black.

BUG=137342
TEST=none
R=ben@chromium.org
TBR=ben@chromium.org

Review URL: https://chromiumcodereview.appspot.com/10872098

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153576 0039d316-1c4b-4281-b951-d872f2087c98
parent 1a595ef7
...@@ -54,7 +54,7 @@ views::View* SystemBackgroundController::View::GetContentsView() { ...@@ -54,7 +54,7 @@ views::View* SystemBackgroundController::View::GetContentsView() {
void SystemBackgroundController::View::OnPaint(gfx::Canvas* canvas) { void SystemBackgroundController::View::OnPaint(gfx::Canvas* canvas) {
// TODO: get image! // TODO: get image!
canvas->DrawColor(SK_ColorRED); canvas->DrawColor(SK_ColorBLACK);
} }
SystemBackgroundController::SystemBackgroundController(aura::RootWindow* root) SystemBackgroundController::SystemBackgroundController(aura::RootWindow* root)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment