Index: ui/aura/client/aura_constants.h |
diff --git a/ui/aura/client/aura_constants.h b/ui/aura/client/aura_constants.h |
index ec29db231bf0a70099f06baf61c6e62b958726b3..6f517aa3eb3a4e9d8d3b06214de5f752a8392fb5 100644 |
--- a/ui/aura/client/aura_constants.h |
+++ b/ui/aura/client/aura_constants.h |
@@ -76,6 +76,11 @@ AURA_EXPORT extern const WindowProperty<int32_t>* const kResizeBehaviorKey; |
// A property key to store the restore bounds for a window. |
AURA_EXPORT extern const WindowProperty<gfx::Rect*>* const kRestoreBoundsKey; |
+// A property key to store the restore bounds for a window when moved by the |
+// virtual keyboard. |
+AURA_EXPORT extern const WindowProperty<gfx::Rect*>* const |
+ kVirtualKeyboardRestoreBoundsKey; |
+ |
// A property key to store ui::WindowShowState for restoring a window. |
// Used in Ash to remember the show state before the window was minimized. |
AURA_EXPORT extern const WindowProperty<ui::WindowShowState>* const |