| Index: cc/base/switches.h
|
| diff --git a/cc/base/switches.h b/cc/base/switches.h
|
| index 5a84e157811cc0e7ee0bc3ccf5468dd36436c8f1..c418ade5cfe6ee41488c70a993b88f44df7cb9a4 100644
|
| --- a/cc/base/switches.h
|
| +++ b/cc/base/switches.h
|
| @@ -42,6 +42,8 @@ CC_EXPORT extern const char kDisableMapImage[];
|
|
|
| // Switches for both the renderer and ui compositors.
|
| CC_EXPORT extern const char kUIDisablePartialSwap[];
|
| +CC_EXPORT extern const char kDisableDeadlineScheduling[];
|
| +CC_EXPORT extern const char kEnableDeadlineScheduling[];
|
| CC_EXPORT extern const char kEnablePerTilePainting[];
|
| CC_EXPORT extern const char kUIEnablePerTilePainting[];
|
|
|
| @@ -66,6 +68,7 @@ CC_EXPORT extern const char kUIShowNonOccludingRects[];
|
| // Unit test related.
|
| CC_EXPORT extern const char kCCLayerTreeTestNoTimeout[];
|
|
|
| +CC_EXPORT bool IsDeadlineSchedulingEnabled();
|
| CC_EXPORT bool IsImplSidePaintingEnabled();
|
| CC_EXPORT bool IsMapImageEnabled();
|
|
|
|
|