| Index: src/gpu/GrCaps.cpp
|
| diff --git a/src/gpu/GrCaps.cpp b/src/gpu/GrCaps.cpp
|
| index 3331db55670e4719512e813501a53e37b982d14d..e4f81ab79b99be8f97d4b293006451f24344c6c1 100644
|
| --- a/src/gpu/GrCaps.cpp
|
| +++ b/src/gpu/GrCaps.cpp
|
| @@ -111,7 +111,8 @@ GrCaps::GrCaps(const GrContextOptions& options) {
|
| memset(fConfigRenderSupport, 0, sizeof(fConfigRenderSupport));
|
| memset(fConfigTextureSupport, 0, sizeof(fConfigTextureSupport));
|
|
|
| - fSupressPrints = options.fSuppressPrints;
|
| + fSuppressPrints = options.fSuppressPrints;
|
| + fImmediateFlush = options.fImmediateMode;
|
| fDrawPathMasksToCompressedTextureSupport = options.fDrawPathToCompressedTexture;
|
| fGeometryBufferMapThreshold = options.fGeometryBufferMapThreshold;
|
| fUseDrawInsteadOfPartialRenderTargetWrite = options.fUseDrawInsteadOfPartialRenderTargetWrite;
|
|
|