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

Unified Diff: ash/display/virtual_keyboard_window_controller.cc

Issue 72503002: Remove some pass-thrus on RootWindow API in favor of exposing the RootWindowHost again. (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/virtual_keyboard_window_controller.cc
diff --git a/ash/display/virtual_keyboard_window_controller.cc b/ash/display/virtual_keyboard_window_controller.cc
index 098c3ce6e7e2946d7a7ef41e52b2f482ae8be487..42f25319b7619d66ec28ca2dca555ea77bff36db 100644
--- a/ash/display/virtual_keyboard_window_controller.cc
+++ b/ash/display/virtual_keyboard_window_controller.cc
@@ -52,7 +52,7 @@ void VirtualKeyboardWindowController::UpdateWindow(
RootWindowController::CreateForVirtualKeyboardDisplay(root_window);
root_window_controller_.reset(GetRootWindowController(
root_window->window()));
- root_window_controller_->dispatcher()->ShowRootWindow();
+ root_window_controller_->dispatcher()->host()->Show();
} else {
aura::RootWindow* root_window = root_window_controller_->dispatcher();
GetRootWindowSettings(root_window->window())->display_id =
« no previous file with comments | « ash/display/screen_position_controller_unittest.cc ('k') | ash/magnifier/magnification_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698