aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrContextOptions.h
diff options
context:
space:
mode:
authorGravatar Brian Salomon <bsalomon@google.com>2016-11-30 15:08:13 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2016-11-30 20:57:04 +0000
commit5c1c8d15f5f077b3fbec647139b3df31b74a4d95 (patch)
tree732dc08f34563702d809ac38eace2835ddc854dd /include/gpu/GrContextOptions.h
parentbf49d61fce3dc3829626762e1ffa3c4a70b7db32 (diff)
Remove batch bounds drawing debug option
Change-Id: I6b8ffc81a1255974f8acd1dfc47cfd406fd4b0bf Reviewed-on: https://skia-review.googlesource.com/5335 Reviewed-by: Robert Phillips <robertphillips@google.com> Commit-Queue: Brian Salomon <bsalomon@google.com>
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;