diff options
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*>( |