Index: ui/aura/client/aura_constants.h |
diff --git a/ui/aura/client/aura_constants.h b/ui/aura/client/aura_constants.h |
index d8871a105e1d6ced5801c076003f34a3907b03ce..7bd5e39780f40d5806675b281d515c1941c623b0 100644 |
--- a/ui/aura/client/aura_constants.h |
+++ b/ui/aura/client/aura_constants.h |
@@ -23,6 +23,10 @@ AURA_EXPORT extern const char kModalKey[]; |
// of the value is |gfx::Rect*|. |
AURA_EXPORT extern const char kRestoreBoundsKey[]; |
+// 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 to store ui::WindowShowState for a window. |
// See ui/base/ui_base_types.h for its definition. |
AURA_EXPORT extern const char kShowStateKey[]; |