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

Unified Diff: ash/desktop_background/desktop_background_controller.h

Issue 64933002: Eliminate Shell::RootWindowList in favor of aura::Window::Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 1 month 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
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 fdcd7489aaa8f06fa3e96766e05fb2f7ade256ea..55a816ab26d0e0a9372940dbcbc13aa4b7fa9e64 100644
--- a/ash/desktop_background/desktop_background_controller.h
+++ b/ash/desktop_background/desktop_background_controller.h
@@ -160,7 +160,7 @@ class ASH_EXPORT DesktopBackgroundController
// Creates and adds component for current mode (either Widget or Layer) to
// |root_window|.
- void InstallDesktopController(aura::RootWindow* root_window);
+ void InstallDesktopController(aura::Window* root_window);
// Creates and adds component for current mode (either Widget or Layer) to
// all root windows.

Powered by Google App Engine
This is Rietveld 408576698