| 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 // Defines all the "cc" command-line switches. | 5 // Defines all the "cc" command-line switches. |
| 6 | 6 |
| 7 #ifndef CC_BASE_SWITCHES_H_ | 7 #ifndef CC_BASE_SWITCHES_H_ |
| 8 #define CC_BASE_SWITCHES_H_ | 8 #define CC_BASE_SWITCHES_H_ |
| 9 | 9 |
| 10 #include "cc/base/cc_export.h" | 10 #include "cc/base/cc_export.h" |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 CC_EXPORT extern const char kUIShowSurfaceDamageRects[]; | 47 CC_EXPORT extern const char kUIShowSurfaceDamageRects[]; |
| 48 CC_EXPORT extern const char kShowScreenSpaceRects[]; | 48 CC_EXPORT extern const char kShowScreenSpaceRects[]; |
| 49 CC_EXPORT extern const char kUIShowScreenSpaceRects[]; | 49 CC_EXPORT extern const char kUIShowScreenSpaceRects[]; |
| 50 CC_EXPORT extern const char kShowReplicaScreenSpaceRects[]; | 50 CC_EXPORT extern const char kShowReplicaScreenSpaceRects[]; |
| 51 CC_EXPORT extern const char kUIShowReplicaScreenSpaceRects[]; | 51 CC_EXPORT extern const char kUIShowReplicaScreenSpaceRects[]; |
| 52 | 52 |
| 53 // Unit test related. | 53 // Unit test related. |
| 54 CC_EXPORT extern const char kCCLayerTreeTestNoTimeout[]; | 54 CC_EXPORT extern const char kCCLayerTreeTestNoTimeout[]; |
| 55 CC_EXPORT extern const char kCCRebaselinePixeltests[]; | 55 CC_EXPORT extern const char kCCRebaselinePixeltests[]; |
| 56 | 56 |
| 57 CC_EXPORT extern const char kDisableBeginFrameInterval[]; |
| 58 |
| 57 } // namespace switches | 59 } // namespace switches |
| 58 } // namespace cc | 60 } // namespace cc |
| 59 | 61 |
| 60 #endif // CC_BASE_SWITCHES_H_ | 62 #endif // CC_BASE_SWITCHES_H_ |
| OLD | NEW |