| Index: src/gpu/GrCaps.cpp
|
| diff --git a/src/gpu/GrCaps.cpp b/src/gpu/GrCaps.cpp
|
| index 000f90c6a628a9e3cb61b7938aeb6084d35de40c..8254c53b15fc57318a34bcf58c57c1c532b0592b 100644
|
| --- a/src/gpu/GrCaps.cpp
|
| +++ b/src/gpu/GrCaps.cpp
|
| @@ -115,7 +115,7 @@ GrCaps::GrCaps(const GrContextOptions& options) {
|
| fSuppressPrints = options.fSuppressPrints;
|
| fImmediateFlush = options.fImmediateMode;
|
| fDrawPathMasksToCompressedTextureSupport = options.fDrawPathToCompressedTexture;
|
| - fGeometryBufferMapThreshold = options.fGeometryBufferMapThreshold;
|
| + fBufferMapThreshold = options.fBufferMapThreshold;
|
| fUseDrawInsteadOfPartialRenderTargetWrite = options.fUseDrawInsteadOfPartialRenderTargetWrite;
|
| fUseDrawInsteadOfAllRenderTargetWrites = false;
|
|
|
|
|