OLD | NEW |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 #ifndef ASH_WM_WINDOW_ANIMATIONS_H_ | 5 #ifndef ASH_WM_WINDOW_ANIMATIONS_H_ |
6 #define ASH_WM_WINDOW_ANIMATIONS_H_ | 6 #define ASH_WM_WINDOW_ANIMATIONS_H_ |
7 #pragma once | |
8 | 7 |
9 #include "ash/ash_export.h" | 8 #include "ash/ash_export.h" |
10 | 9 |
11 namespace aura { | 10 namespace aura { |
12 class Window; | 11 class Window; |
13 } | 12 } |
14 namespace base { | 13 namespace base { |
15 class TimeDelta; | 14 class TimeDelta; |
16 } | 15 } |
17 namespace gfx { | 16 namespace gfx { |
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
91 | 90 |
92 // Delay the old layer deletion so that test can verify the behavior of | 91 // Delay the old layer deletion so that test can verify the behavior of |
93 // old layer. | 92 // old layer. |
94 ASH_EXPORT void SetDelayedOldLayerDeletionInCrossFadeForTest(bool value); | 93 ASH_EXPORT void SetDelayedOldLayerDeletionInCrossFadeForTest(bool value); |
95 | 94 |
96 } // namespace internal | 95 } // namespace internal |
97 } // namespace ash | 96 } // namespace ash |
98 | 97 |
99 | 98 |
100 #endif // ASH_WM_WINDOW_ANIMATIONS_H_ | 99 #endif // ASH_WM_WINDOW_ANIMATIONS_H_ |
OLD | NEW |