| Index: src/gpu/GrCaps.cpp | 
| diff --git a/src/gpu/GrCaps.cpp b/src/gpu/GrCaps.cpp | 
| index f078fad9fb1851867612d858e5623fa964b8554c..1f277b7f7e3821bc95589151c347980e191e71d0 100644 | 
| --- a/src/gpu/GrCaps.cpp | 
| +++ b/src/gpu/GrCaps.cpp | 
| @@ -105,6 +105,7 @@ GrCaps::GrCaps(const GrContextOptions& options) { | 
|  | 
| fSupressPrints = options.fSuppressPrints; | 
| fDrawPathMasksToCompressedTextureSupport = options.fDrawPathToCompressedTexture; | 
| +    fGeometryBufferMapThreshold = options.fGeometryBufferMapThreshold; | 
| } | 
|  | 
| void GrCaps::applyOptionsOverrides(const GrContextOptions& options) { | 
|  |