Index: include/gpu/GrContextOptions.h |
diff --git a/include/gpu/GrContextOptions.h b/include/gpu/GrContextOptions.h |
index 4e763405e103c1e9211bf37e2af04e98d2d62bdb..7b62c94a44ce0ba1f1650de81e73dcf03779d3d4 100644 |
--- a/include/gpu/GrContextOptions.h |
+++ b/include/gpu/GrContextOptions.h |
@@ -12,8 +12,7 @@ |
struct GrContextOptions { |
GrContextOptions() |
- : fDrawPathToCompressedTexture(false) |
- , fSuppressPrints(false) |
+ : fSuppressPrints(false) |
, fMaxTextureSizeOverride(SK_MaxS32) |
, fMaxTileSizeOverride(0) |
, fSuppressDualSourceBlending(false) |
@@ -26,11 +25,6 @@ struct GrContextOptions { |
, fMaxBatchLookahead(-1) |
, fUseShaderSwizzling(false) {} |
- // EXPERIMENTAL |
- // May be removed in the future, or may become standard depending |
- // on the outcomes of a variety of internal tests. |
- bool fDrawPathToCompressedTexture; |
- |
// Suppress prints for the GrContext. |
bool fSuppressPrints; |