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

Unified Diff: ash/shell_factory.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/shell_factory.h
diff --git a/ash/shell_factory.h b/ash/shell_factory.h
index 401a54fc7b78bcdab87259272a15ea7cef949f76..041c4c1baec34f996681efaa79d0de13b8a1aa37 100644
--- a/ash/shell_factory.h
+++ b/ash/shell_factory.h
@@ -25,7 +25,7 @@ class Widget;
namespace ash {
namespace internal {
-views::Widget* CreateDesktopBackground(aura::RootWindow* root_window,
+views::Widget* CreateDesktopBackground(aura::Window* root_window,
int container_id);
ASH_EXPORT views::Widget* CreateStatusArea(views::View* contents);

Powered by Google App Engine
This is Rietveld 408576698