Chromium Code Reviews| Index: src/gpu/SkGpuDevice.cpp |
| diff --git a/src/gpu/SkGpuDevice.cpp b/src/gpu/SkGpuDevice.cpp |
| index 64df998e2fa6b4a38cf3489da0d3c48f2a7b151d..790a19a506c17e5d15456c66b27a84cafcdd4ff4 100644 |
| --- a/src/gpu/SkGpuDevice.cpp |
| +++ b/src/gpu/SkGpuDevice.cpp |
| @@ -1008,7 +1008,6 @@ void SkGpuDevice::drawBitmapTile(const SkBitmap& bitmap, |
| if (nullptr == texture) { |
| return; |
| } |
| - |
| sk_sp<GrColorSpaceXform> colorSpaceXform = |
| GrColorSpaceXform::Make(bitmap.colorSpace(), fDrawContext->getColorSpace()); |