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

Unified Diff: include/gpu/GrConfig.h

Issue 1712753002: GrAuditTrail can now be enabled/disabled at runtime (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: removed one more reference to GR_BATCH_DEBUGGING_OUTPUT Created 4 years, 10 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
« no previous file with comments | « gyp/common_conditions.gypi ('k') | include/private/GrAuditTrail.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/gpu/GrConfig.h
diff --git a/include/gpu/GrConfig.h b/include/gpu/GrConfig.h
index 202887ee5dbe0f9038fb1ad6e39c67d9792788ce..4b6fe48cdbb0855ceee2e069683a212876b044bb 100644
--- a/include/gpu/GrConfig.h
+++ b/include/gpu/GrConfig.h
@@ -186,15 +186,6 @@ typedef unsigned __int64 uint64_t;
#endif
/**
- * Enable batch debugging output as json. The enabler of this flag is responsible for making sure
- * GrAuditTrail is reset occasionally.
- * TODO make this runtime configurable
- */
-#if !defined(GR_BATCH_DEBUGGING_OUTPUT)
- #define GR_BATCH_DEBUGGING_OUTPUT 0
-#endif
-
-/**
* Set to 1 to enable pixel local storage path rendering on supported devices.
*/
#if !defined(GR_ENABLE_PLS_PATH_RENDERING)
« no previous file with comments | « gyp/common_conditions.gypi ('k') | include/private/GrAuditTrail.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698