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

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: rebase, review 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 f5f292070c5839df59a8c6c252c8db7ebc97e6fa..c43b2eb75bad9a549daea2f7328144fd7ab917d8 100644
--- a/ui/aura/client/aura_constants.h
+++ b/ui/aura/client/aura_constants.h
@@ -46,6 +46,10 @@ AURA_EXPORT extern const char kRootWindowActiveWindow[];
// the value is |aura::ActivationClient*|.
AURA_EXPORT extern const char kRootWindowActivationClient[];
+// 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[];
+
// 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