Index: Source/platform/graphics/skia/NativeImageSkia.cpp |
diff --git a/Source/platform/graphics/skia/NativeImageSkia.cpp b/Source/platform/graphics/skia/NativeImageSkia.cpp |
index ad09f191f0e97de08fb915392592e136808a6b82..3013628eef64cf0474b77c16d4909625b39ea8a7 100644 |
--- a/Source/platform/graphics/skia/NativeImageSkia.cpp |
+++ b/Source/platform/graphics/skia/NativeImageSkia.cpp |
@@ -70,7 +70,6 @@ void NativeImageSkia::draw( |
if (isLazyDecoded) |
PlatformInstrumentation::didDrawLazyPixelRef(bitmap().getGenerationID()); |
- context->didDrawRect(destRect, paint, &bitmap()); |
} |
static SkBitmap createBitmapWithSpace(const SkBitmap& bitmap, int spaceWidth, int spaceHeight) |