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

Unified Diff: ash/root_window_controller.h

Issue 2024993002: Makes RootWindowController window creation in terms of common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge 2 trunk Created 4 years, 7 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/root_window_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/root_window_controller.h
diff --git a/ash/root_window_controller.h b/ash/root_window_controller.h
index 987f59ed3664cde723579b8460b8195876484c0d..1dcf688f7eaefc07177170d23bc1b861c5052682 100644
--- a/ash/root_window_controller.h
+++ b/ash/root_window_controller.h
@@ -73,6 +73,10 @@ class BootSplashScreen;
class AshTouchExplorationManager;
#endif
+namespace wm {
+class WmWindow;
+}
+
// This class maintains the per root window state for ash. This class
// owns the root window and other dependent objects that should be
// deleted upon the deletion of the root window. This object is
@@ -249,7 +253,7 @@ class ASH_EXPORT RootWindowController : public ShellObserver {
// Creates each of the special window containers that holds windows of various
// types in the shell UI.
- void CreateContainersInRootWindow(aura::Window* root_window);
+ void CreateContainersInRootWindow(wm::WmWindow* root_window);
// Enables projection touch HUD.
void EnableTouchHudProjection();
« no previous file with comments | « no previous file | ash/root_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698