| Index: ash/desktop_background/desktop_background_controller.cc
|
| diff --git a/ash/desktop_background/desktop_background_controller.cc b/ash/desktop_background/desktop_background_controller.cc
|
| index 180f0089724577429f3dce90bcf17e606d428aa8..0959bb6f959916198910d245d0ba54eb8301cb8b 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*>(
|
|
|