aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrContextOptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gpu/GrContextOptions.h')
-rw-r--r--include/gpu/GrContextOptions.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/gpu/GrContextOptions.h b/include/gpu/GrContextOptions.h
index 0522b9d20b..e69b18ce62 100644
--- a/include/gpu/GrContextOptions.h
+++ b/include/gpu/GrContextOptions.h
@@ -43,11 +43,6 @@ struct GrContextOptions {
verify that the clip bounds are conservative. */
bool fClipBatchToBounds = false;
- /** For debugging purposes draw a wireframe device bounds rect for each GrBatch. The wire
- frame rect is draw before the GrBatch in order to visualize batches that draw outside
- of their dev bounds. */
- bool fDrawBatchBounds = false;
-
/** For debugging, override the default maximum look-back or look-ahead window for GrBatch
combining. */
int fMaxBatchLookback = -1;