diff options
Diffstat (limited to 'cc/base/switches.cc')
-rw-r--r-- | cc/base/switches.cc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cc/base/switches.cc b/cc/base/switches.cc index 6c694a9..80996e9 100644 --- a/cc/base/switches.cc +++ b/cc/base/switches.cc @@ -137,6 +137,13 @@ const char kUIShowOccludingRects[] = "ui-show-occluding-rects"; const char kShowNonOccludingRects[] = "show-nonoccluding-rects"; const char kUIShowNonOccludingRects[] = "ui-show-nonoccluding-rects"; +// Prevents the layer tree unit tests from timing out. +const char kCCLayerTreeTestNoTimeout[] = "cc-layer-tree-test-no-timeout"; + +// Trace events get dumped to stderr for debugging purposes. +const char kCCUnittestsTraceEventsToVLOG[] = + "cc-unittests-trace-events-to-vlog"; + bool IsImplSidePaintingEnabled() { const CommandLine& command_line = *CommandLine::ForCurrentProcess(); |