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 8b61c9c1bc..f1517040e7 100644
--- a/include/gpu/GrContextOptions.h
+++ b/include/gpu/GrContextOptions.h
@@ -40,11 +40,6 @@ struct GrContextOptions {
immediately. Intended to ease debugging. */
bool fImmediateMode = false;
- /** For debugging, override the default maximum look-back or look-ahead window for GrOp
- combining. */
- int fMaxOpCombineLookback = -1;
- int fMaxOpCombineLookahead = -1;
-
/** Force us to do all swizzling manually in the shader and don't rely on extensions to do
swizzling. */
bool fUseShaderSwizzling = false;