Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4154)

Unified Diff: cc/base/switches.h

Issue 14474006: Add a command line flag for dumping trace events to VLOG (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: "Now beautiful" Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698