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

Unified Diff: ash/common/wm_root_window_controller.h

Issue 2347493003: Moves RootWindowController::MoveWindowsTo to WmRootWindowController (Closed)
Patch Set: Created 4 years, 3 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
Index: ash/common/wm_root_window_controller.h
diff --git a/ash/common/wm_root_window_controller.h b/ash/common/wm_root_window_controller.h
index 5a9615a671ff830128cbf6003f98c51e8bbc1048..ab44458a8b20b200e6f8c788d81ebf7b0bc75ea6 100644
--- a/ash/common/wm_root_window_controller.h
+++ b/ash/common/wm_root_window_controller.h
@@ -119,6 +119,9 @@ class ASH_EXPORT WmRootWindowController {
virtual void OnWallpaperAnimationFinished(views::Widget* widget);
protected:
+ // Moves child windows to |dest|.
+ void MoveWindowsTo(WmWindow* dest);
+
// Creates the containers (WmWindows) used by the shell.
void CreateContainers();

Powered by Google App Engine
This is Rietveld 408576698