aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrConfig.h
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2016-01-13 06:45:40 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-01-13 06:45:40 -0800
commitbc90735170b5d85a19b24df0baa865f7cf87d348 (patch)
tree2d9bffdcf7aafb8db99dc84e35b8903b9c6fada2 /include/gpu/GrConfig.h
parent330043c073de2ee63faa1caa3cb4170da68a79f2 (diff)
GrAuditTrail hooks in GrContext + GrDrawContext
Diffstat (limited to 'include/gpu/GrConfig.h')
-rw-r--r--include/gpu/GrConfig.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/gpu/GrConfig.h b/include/gpu/GrConfig.h
index 04c3857d09..34666857e5 100644
--- a/include/gpu/GrConfig.h
+++ b/include/gpu/GrConfig.h
@@ -186,7 +186,8 @@ typedef unsigned __int64 uint64_t;
#endif
/**
- * Enable batch debugging output as json
+ * 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)