diff options
Diffstat (limited to 'ui/aura/client/aura_constants.h')
-rw-r--r-- | ui/aura/client/aura_constants.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ui/aura/client/aura_constants.h b/ui/aura/client/aura_constants.h index 7bd5e397..c524131 100644 --- a/ui/aura/client/aura_constants.h +++ b/ui/aura/client/aura_constants.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -16,6 +16,10 @@ namespace client { // A property key to store always-on-top flag. The type of the value is boolean. AURA_EXPORT extern const char kAlwaysOnTopKey[]; +// A property key to store whether animations are disabled for the window. Type +// of value is an int. +AURA_EXPORT extern const char kAnimationsDisabledKey[]; + // A property key to store the boolean property of window modality. AURA_EXPORT extern const char kModalKey[]; |