Chromium Code Reviews| 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[]; |