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

Unified Diff: ui/aura/client/aura_constants.h

Issue 8576005: IME (input method editor) support for Aura, part 3 of 3: Use ui::InputMethod in ash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review fixes Created 9 years 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: ui/aura/client/aura_constants.h
diff --git a/ui/aura/client/aura_constants.h b/ui/aura/client/aura_constants.h
index 07e85e4f287b13fe50180d95583c57d604882273..3a59c6ce914a68d2946392514ceb36d87c6a1419 100644
--- a/ui/aura/client/aura_constants.h
+++ b/ui/aura/client/aura_constants.h
@@ -50,6 +50,10 @@ AURA_EXPORT extern const char kRootWindowStackingClient[];
// the value is |aura::TooltipClient*|.
AURA_EXPORT extern const char kRootWindowTooltipClientKey[];
+// A property key to store an input method object that handles a key event. The
+// type of the value is |ui::InputMethod*|.
+AURA_EXPORT extern const char kRootWindowInputMethod[];
Ben Goodger (Google) 2011/12/20 21:02:02 this list is alphabetically sorted.
Yusuke Sato 2011/12/21 16:57:27 Done.
+
// A property key for a value from aura::ShadowType describing the drop shadow
// that should be displayed under the window. If unset, no shadow is displayed.
AURA_EXPORT extern const char kShadowTypeKey[];

Powered by Google App Engine
This is Rietveld 408576698