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

Unified Diff: chrome/browser/chromeos/input_method/ibus_ui_controller.cc

Issue 10442017: Rename GetRootWindow() -> GetPrimaryRootWindow() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: git-try -b linux_chromeos,win_aura Created 8 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
Index: chrome/browser/chromeos/input_method/ibus_ui_controller.cc
diff --git a/chrome/browser/chromeos/input_method/ibus_ui_controller.cc b/chrome/browser/chromeos/input_method/ibus_ui_controller.cc
index 3b243e6e25ecce6adc2268be2f56ac9c087d2bfd..a7b9b763b856400e373088bca8c362823682d81c 100644
--- a/chrome/browser/chromeos/input_method/ibus_ui_controller.cc
+++ b/chrome/browser/chromeos/input_method/ibus_ui_controller.cc
@@ -340,7 +340,7 @@ class IBusUiControllerImpl : public IBusUiController {
static ui::InputMethodIBus* GetChromeInputMethod() {
if (!ash::Shell::HasInstance())
return NULL;
- aura::Window* root_window = ash::Shell::GetRootWindow();
+ aura::Window* root_window = ash::Shell::GetPrimaryRootWindow();
if (!root_window)
return NULL;
return static_cast<ui::InputMethodIBus*>(root_window->GetProperty(
« no previous file with comments | « chrome/browser/chrome_browser_main_extra_parts_ash.cc ('k') | chrome/browser/chromeos/login/language_switch_menu.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698