Index: src/image/SkImage_Gpu.cpp |
diff --git a/src/image/SkImage_Gpu.cpp b/src/image/SkImage_Gpu.cpp |
index e5f3aeea25bd33ea29863618ef4e601e9e4823a7..e0c3a8c4d5ef00e085b5abaaba23f7c5cbaec459 100644 |
--- a/src/image/SkImage_Gpu.cpp |
+++ b/src/image/SkImage_Gpu.cpp |
@@ -405,7 +405,7 @@ GrTexture* GrDeepCopyTexture(GrTexture* src, bool budgeted) { |
if (!dst) { |
return nullptr; |
} |
- |
+ |
const SkIRect srcR = SkIRect::MakeWH(desc.fWidth, desc.fHeight); |
const SkIPoint dstP = SkIPoint::Make(0, 0); |
ctx->copySurface(dst, src, srcR, dstP, GrContext::kFlushWrites_PixelOp); |