| Index: src/gpu/GrClipMaskCache.h
|
| diff --git a/src/gpu/GrClipMaskCache.h b/src/gpu/GrClipMaskCache.h
|
| index 3aa80df04d6cec56dca18db323f89ae3fb4a02ca..a18de16a01164bee8608a04af2985f6477101cbc 100644
|
| --- a/src/gpu/GrClipMaskCache.h
|
| +++ b/src/gpu/GrClipMaskCache.h
|
| @@ -207,7 +207,7 @@ private:
|
| // HACK: set the last param to true to indicate that this request is at
|
| // flush time and therefore we require a scratch texture with no pending IO operations.
|
| fLastMask.reset(context->textureProvider()->refScratchTexture(
|
| - desc, GrTextureProvider::kApprox_ScratchTexMatch, /*flushing=*/true));
|
| + desc, GrTextureProvider::kApprox_ScratchMatch, /*flushing=*/true));
|
|
|
| fLastBound = bound;
|
| }
|
|
|