| Index: cc/base/switches.h
|
| diff --git a/cc/base/switches.h b/cc/base/switches.h
|
| index 629afb366abea7bae54fd4c37f5e22a6ba3c700e..312d1dbbe7e4eb9d70ef7da7e265c795a0ec0913 100644
|
| --- a/cc/base/switches.h
|
| +++ b/cc/base/switches.h
|
| @@ -68,6 +68,10 @@ CC_EXPORT extern const char kUIShowOccludingRects[];
|
| CC_EXPORT extern const char kShowNonOccludingRects[];
|
| CC_EXPORT extern const char kUIShowNonOccludingRects[];
|
|
|
| +// Unit test related.
|
| +CC_EXPORT extern const char kCCLayerTreeTestNoTimeout[];
|
| +CC_EXPORT extern const char kCCUnittestsTraceEventsToStderr[];
|
| +
|
| CC_EXPORT bool IsImplSidePaintingEnabled();
|
|
|
| } // namespace switches
|
|
|