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

Unified Diff: chrome/browser/ui/ash/chrome_keyboard_ui.cc

Issue 2911393002: Nix GetRootWindowController, use RootWindowController::ForWindow. (Closed)
Patch Set: Sync and rebase AGAIN Created 3 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 | « chrome/browser/chromeos/accessibility/chromevox_panel.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/ash/chrome_keyboard_ui.cc
diff --git a/chrome/browser/ui/ash/chrome_keyboard_ui.cc b/chrome/browser/ui/ash/chrome_keyboard_ui.cc
index cf54830c0ca9e762eb8398388a2b1dc98799dffe..4354548bf9b12696bacefc8613fcd95df499394b 100644
--- a/chrome/browser/ui/ash/chrome_keyboard_ui.cc
+++ b/chrome/browser/ui/ash/chrome_keyboard_ui.cc
@@ -201,7 +201,7 @@ bool ChromeKeyboardUI::ShouldWindowOverscroll(aura::Window* window) const {
return false;
ash::RootWindowController* root_window_controller =
- ash::GetRootWindowController(root_window);
+ ash::RootWindowController::ForWindow(root_window);
// Shell ime window container contains virtual keyboard windows and IME
// windows(IME windows are created by chrome.app.window.create api). They
// should never be overscrolled.
« no previous file with comments | « chrome/browser/chromeos/accessibility/chromevox_panel.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698