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

Unified Diff: trunk/src/ash/display/display_controller.h

Issue 59153004: Revert 233787 "Eliminate Shell::RootWindowList in favor of aura:..." (Closed) Base URL: svn://svn.chromium.org/chrome/
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: trunk/src/ash/display/display_controller.h
===================================================================
--- trunk/src/ash/display/display_controller.h (revision 233812)
+++ trunk/src/ash/display/display_controller.h (working copy)
@@ -17,7 +17,6 @@
#include "base/observer_list.h"
#include "base/time/time.h"
#include "ui/aura/root_window_observer.h"
-#include "ui/aura/window.h"
#include "ui/gfx/display_observer.h"
#include "ui/gfx/point.h"
@@ -119,7 +118,7 @@
// Returns all root windows. In non extended desktop mode, this
// returns the primary root window only.
- aura::Window::Windows GetAllRootWindows();
+ std::vector<aura::RootWindow*> GetAllRootWindows();
// Returns all oot window controllers. In non extended desktop
// mode, this return a RootWindowController for the primary root window only.
« no previous file with comments | « trunk/src/ash/desktop_background/desktop_background_view.cc ('k') | trunk/src/ash/display/display_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698