Index: src/gpu/GrCaps.cpp |
diff --git a/src/gpu/GrCaps.cpp b/src/gpu/GrCaps.cpp |
index cdc9ba70579b435b706715df173863200ebaba97..b524e3ff11c21a598985a77033550c0588199224 100644 |
--- a/src/gpu/GrCaps.cpp |
+++ b/src/gpu/GrCaps.cpp |
@@ -118,7 +118,6 @@ GrCaps::GrCaps(const GrContextOptions& options) { |
fSuppressPrints = options.fSuppressPrints; |
fImmediateFlush = options.fImmediateMode; |
- fDrawPathMasksToCompressedTextureSupport = options.fDrawPathToCompressedTexture; |
fBufferMapThreshold = options.fBufferMapThreshold; |
fUseDrawInsteadOfPartialRenderTargetWrite = options.fUseDrawInsteadOfPartialRenderTargetWrite; |
fUseDrawInsteadOfAllRenderTargetWrites = false; |