| Index: Source/core/html/HTMLCanvasElement.cpp
|
| diff --git a/Source/core/html/HTMLCanvasElement.cpp b/Source/core/html/HTMLCanvasElement.cpp
|
| index 9820780fedb3332f440d8c933e91fc74a5e4b2b4..35f86584230b49bb53f0cac3305d716aecd64008 100644
|
| --- a/Source/core/html/HTMLCanvasElement.cpp
|
| +++ b/Source/core/html/HTMLCanvasElement.cpp
|
| @@ -96,7 +96,7 @@ PassRefPtr<Image> createTransparentImage(const IntSize& size)
|
| SkBitmap bitmap;
|
| bitmap.allocN32Pixels(size.width(), size.height());
|
| bitmap.eraseColor(SK_ColorTRANSPARENT);
|
| - return BitmapImage::create(NativeImageSkia::create(bitmap));
|
| + return BitmapImage::create(bitmap);
|
| }
|
|
|
| } // namespace
|
|
|