| Index: src/image/SkImage_Gpu.cpp
|
| diff --git a/src/image/SkImage_Gpu.cpp b/src/image/SkImage_Gpu.cpp
|
| index 339dee7a5c7ef0d2bc839cff7b74ec871c1c5f50..2c2405839529f7aa27ffcef65536495542bd0490 100644
|
| --- a/src/image/SkImage_Gpu.cpp
|
| +++ b/src/image/SkImage_Gpu.cpp
|
| @@ -269,7 +269,7 @@ sk_sp<SkImage> SkImage::MakeFromYUVTexturesCopy(GrContext* ctx , SkYUVColorSpace
|
|
|
| const SkRect rect = SkRect::MakeWH(SkIntToScalar(width), SkIntToScalar(height));
|
|
|
| - drawContext->drawRect(GrClip::WideOpen(), paint, SkMatrix::I(), rect);
|
| + drawContext->drawRect(GrNoClip(), paint, SkMatrix::I(), rect);
|
| ctx->flushSurfaceWrites(drawContext->accessRenderTarget());
|
| return sk_make_sp<SkImage_Gpu>(width, height, kNeedNewImageUniqueID,
|
| kOpaque_SkAlphaType,
|
|
|