Chromium Code Reviews| Index: cc/base/switches.cc |
| diff --git a/cc/base/switches.cc b/cc/base/switches.cc |
| index cf2e6c5ddc4809ff4bb3ad21690886242a14cf87..5751f9d93287f41e8e306175a2dc3fa6f870872a 100644 |
| --- a/cc/base/switches.cc |
| +++ b/cc/base/switches.cc |
| @@ -141,6 +141,11 @@ const char kUIShowOccludingRects[] = "ui-show-occluding-rects"; |
| const char kShowNonOccludingRects[] = "show-nonoccluding-rects"; |
| const char kUIShowNonOccludingRects[] = "ui-show-nonoccluding-rects"; |
| +// Trace events get dumped to stderr for debugging purposes. |
|
danakj
2013/04/24 20:07:41
Comment is on the wrong variable. Maybe add one fo
Ian Vollick
2013/04/24 22:57:11
Done.
|
| +const char kCCLayerTreeTestNoTimeout[] = "cc-layer-tree-test-no-timeout"; |
| +const char kCCUnittestsTraceEventsToStderr[] = |
| + "cc-unittests-trace-events-to-stderr"; |
| + |
| bool IsImplSidePaintingEnabled() { |
| const CommandLine& command_line = *CommandLine::ForCurrentProcess(); |