diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-19 16:20:58 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-19 16:20:58 +0000 |
commit | dfe8987d7216509715aa14bddb5a05c34ea2202e (patch) | |
tree | b24b4db9b509da9ec6a601ba0f9b943612dedc57 /ash/desktop_background | |
parent | 56cd2343fceaaa20540db96619ae15424f8d2814 (diff) | |
download | chromium_src-dfe8987d7216509715aa14bddb5a05c34ea2202e.zip chromium_src-dfe8987d7216509715aa14bddb5a05c34ea2202e.tar.gz chromium_src-dfe8987d7216509715aa14bddb5a05c34ea2202e.tar.bz2 |
linux and chromeos: Turn on -Wunused-const-variable.
BUG=307668
R=hans@chromium.org
TBR=oshima
Review URL: https://codereview.chromium.org/29263007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@229578 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/desktop_background')
-rw-r--r-- | ash/desktop_background/desktop_background_controller.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ash/desktop_background/desktop_background_controller.cc b/ash/desktop_background/desktop_background_controller.cc index 180f008..0959bb6 100644 --- a/ash/desktop_background/desktop_background_controller.cc +++ b/ash/desktop_background/desktop_background_controller.cc @@ -43,8 +43,6 @@ namespace { // changed? const int kWallpaperReloadDelayMs = 2000; -const SkColor kTransparentColor = SkColorSetARGB(0x00, 0x00, 0x00, 0x00); - internal::RootWindowLayoutManager* GetRootWindowLayoutManager( aura::RootWindow* root_window) { return static_cast<internal::RootWindowLayoutManager*>( |