aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/ops/GrOp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/ops/GrOp.h')
-rw-r--r--src/gpu/ops/GrOp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gpu/ops/GrOp.h b/src/gpu/ops/GrOp.h
index 5f6177009a..50edcf9611 100644
--- a/src/gpu/ops/GrOp.h
+++ b/src/gpu/ops/GrOp.h
@@ -51,6 +51,9 @@ class GrRenderTargetOpList;
#define GrOP_INFO(...)
#endif
+// Print out op information at flush time
+#define GR_FLUSH_TIME_OP_SPEW 0
+
// A helper macro to generate a class static id
#define DEFINE_OP_CLASS_ID \
static uint32_t ClassID() { \