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

Unified Diff: ash/desktop_background/desktop_background_controller.h

Issue 10545142: Remove root_window_ member from DesktopBackgroundController. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 6 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 | ash/desktop_background/desktop_background_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/desktop_background/desktop_background_controller.h
diff --git a/ash/desktop_background/desktop_background_controller.h b/ash/desktop_background/desktop_background_controller.h
index 3a90684955263293bd2ac737bda0c65add733d8d..ea243ed42b25c81824907f05c479c9514aab8318 100644
--- a/ash/desktop_background/desktop_background_controller.h
+++ b/ash/desktop_background/desktop_background_controller.h
@@ -46,7 +46,7 @@ class ASH_EXPORT DesktopBackgroundController {
BACKGROUND_SOLID_COLOR
};
- explicit DesktopBackgroundController(aura::RootWindow* root_window);
+ DesktopBackgroundController();
virtual ~DesktopBackgroundController();
// Gets the desktop background mode.
@@ -91,8 +91,6 @@ class ASH_EXPORT DesktopBackgroundController {
// Called after wallpaper loaded successfully.
void OnWallpaperLoadCompleted(scoped_refptr<WallpaperOperation> wo);
- aura::RootWindow* root_window_;
-
// Can change at runtime.
BackgroundMode desktop_background_mode_;
« no previous file with comments | « no previous file | ash/desktop_background/desktop_background_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698