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

Unified Diff: ash/display/display_controller.cc

Issue 47873003: Add a full screen virtual keyboard to virtual keyboard root window (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/display/display_controller.cc
diff --git a/ash/display/display_controller.cc b/ash/display/display_controller.cc
index 73c1aa028398390737eade366ee282171fc34e82..431decffe606861cde5e341b1752415cb23222de 100644
--- a/ash/display/display_controller.cc
+++ b/ash/display/display_controller.cc
@@ -339,6 +339,11 @@ void DisplayController::CloseChildWindows() {
}
}
}
+ if (virtual_keyboard_window_controller_ &&
+ virtual_keyboard_window_controller_->root_window_controller()) {
+ virtual_keyboard_window_controller_->root_window_controller()->
+ CloseChildWindows();
+ }
}
aura::Window::Windows DisplayController::GetAllRootWindows() {

Powered by Google App Engine
This is Rietveld 408576698