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

Unified Diff: ash/root_window_controller.cc

Issue 2843193002: chromeos: fix focus for mushrome (Closed)
Patch Set: feedback Created 3 years, 8 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 | « ash/mus/window_manager_common_unittests.cc ('k') | ash/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/root_window_controller.cc
diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc
index 63286ffb6a3ced8f598ecc5428f54c54ed352ec7..c9c04eb81664b582e082cb13c0d55d2745347305 100644
--- a/ash/root_window_controller.cc
+++ b/ash/root_window_controller.cc
@@ -753,6 +753,7 @@ void RootWindowController::Init(RootWindowType root_window_type) {
shell->InitRootWindow(root_window);
CreateContainers();
+ ShellPort::Get()->OnCreatedRootWindowContainers(this);
CreateSystemWallpaper(root_window_type);
« no previous file with comments | « ash/mus/window_manager_common_unittests.cc ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698