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