| Index: src/gpu/GrClipMaskManager.cpp
|
| diff --git a/src/gpu/GrClipMaskManager.cpp b/src/gpu/GrClipMaskManager.cpp
|
| index 0f79402a4faa50e8dd3c9f5c1e2c8e7a26d76f49..7cafdf7d563b05a32a033098a1c5be6dad40b796 100644
|
| --- a/src/gpu/GrClipMaskManager.cpp
|
| +++ b/src/gpu/GrClipMaskManager.cpp
|
| @@ -1058,7 +1058,7 @@ GrTexture* GrClipMaskManager::createSoftwareClipMask(int32_t elementsGenID,
|
| SkMatrix matrix;
|
| matrix.setTranslate(SkIntToScalar(-clipSpaceIBounds.fLeft),
|
| SkIntToScalar(-clipSpaceIBounds.fTop));
|
| - helper.init(maskSpaceIBounds, &matrix);
|
| + helper.init(maskSpaceIBounds, &matrix, false);
|
|
|
| helper.clear(kAllIn_InitialState == initialState ? 0xFF : 0x00);
|
|
|
|
|