diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-07 00:02:59 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-07 00:02:59 +0000 |
commit | 99f07e02767cdb5318a82c97c7974f0e8591c020 (patch) | |
tree | b05202037f40de0cc455033dfe57c80f786ee65d /ui/base | |
parent | 56d7ad42237c35d2b7653c7cad89e9ca6ea75d68 (diff) | |
download | chromium_src-99f07e02767cdb5318a82c97c7974f0e8591c020.zip chromium_src-99f07e02767cdb5318a82c97c7974f0e8591c020.tar.gz chromium_src-99f07e02767cdb5318a82c97c7974f0e8591c020.tar.bz2 |
Rename Desktop->RootWindow.
BUG=none
TEST=compiles
TBR=sky
Review URL: http://codereview.chromium.org/8771015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113303 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/base')
-rw-r--r-- | ui/base/ime/input_method.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/base/ime/input_method.h b/ui/base/ime/input_method.h index 2112660..891b18a 100644 --- a/ui/base/ime/input_method.h +++ b/ui/base/ime/input_method.h @@ -43,14 +43,14 @@ class TextInputClient; // - Keeps track of the focused TextInputClient to see which client can call // APIs, OnTextInputTypeChanged, OnCaretBoundsChanged, and CancelComposition, // that change the state of the input method. -// In Aura environment, aura::DesktopHost creates an instance of ui::InputMethod -// and owns it. +// In Aura environment, aura::RootWindowHost creates an instance of +// ui::InputMethod and owns it. class UI_EXPORT InputMethod { public: virtual ~InputMethod() {} // Sets the delegate used by this InputMethod instance. It should only be - // called by an object which manages the whole UI (e.g. aura::DesktopHost). + // called by an object which manages the whole UI (e.g. aura::RootWindowHost). virtual void SetDelegate(internal::InputMethodDelegate* delegate) = 0; // Initializes the InputMethod object. Pass true if the system toplevel window |