| Index: Source/platform/graphics/ImageBufferSurface.cpp
|
| diff --git a/Source/platform/graphics/ImageBufferSurface.cpp b/Source/platform/graphics/ImageBufferSurface.cpp
|
| index 69d8512fea9897a8687e89ea042b9766ab8e6792..7f3f677ad182d3c8e532cbf6d2b088fbba49b76c 100644
|
| --- a/Source/platform/graphics/ImageBufferSurface.cpp
|
| +++ b/Source/platform/graphics/ImageBufferSurface.cpp
|
| @@ -106,7 +106,7 @@ void ImageBufferSurface::draw(GraphicsContext* context, const FloatRect& destRec
|
| bmp = cachedBitmap();
|
| }
|
|
|
| - RefPtr<Image> image = BitmapImage::create(NativeImageSkia::create(needsCopy ? deepSkBitmapCopy(bmp) : bmp));
|
| + RefPtr<Image> image = BitmapImage::create(needsCopy ? deepSkBitmapCopy(bmp) : bmp);
|
|
|
| context->drawImage(image.get(), destRect, srcRect, op, DoNotRespectImageOrientation);
|
| }
|
|
|