| Index: third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp b/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
|
| index 76f92412788538824e9d3b761670c8f3fcb58451..0c4f311bf2180c866e97eadbe9cf08a53b48a9ef 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
|
| @@ -132,7 +132,6 @@ PassRefPtr<Image> createTransparentImage(const IntSize& size)
|
| {
|
| DCHECK(canCreateImageBuffer(size));
|
| sk_sp<SkSurface> surface = SkSurface::MakeRasterN32Premul(size.width(), size.height());
|
| - surface->getCanvas()->clear(SK_ColorTRANSPARENT);
|
| return StaticBitmapImage::create(fromSkSp(surface->makeImageSnapshot()));
|
| }
|
|
|
|
|