| Index: third_party/WebKit/Source/modules/imagebitmap/ImageBitmapRenderingContext.cpp
|
| diff --git a/third_party/WebKit/Source/modules/imagebitmap/ImageBitmapRenderingContext.cpp b/third_party/WebKit/Source/modules/imagebitmap/ImageBitmapRenderingContext.cpp
|
| index b6308f574c0db05e89c6d499237a496ef8719a9f..83227e68047d8112b0a028632c1852916ea0ce21 100644
|
| --- a/third_party/WebKit/Source/modules/imagebitmap/ImageBitmapRenderingContext.cpp
|
| +++ b/third_party/WebKit/Source/modules/imagebitmap/ImageBitmapRenderingContext.cpp
|
| @@ -39,7 +39,8 @@ void ImageBitmapRenderingContext::transferFromImageBitmap(
|
|
|
| sk_sp<SkImage> skImage = m_image->imageForCurrentFrame();
|
| if (skImage->isTextureBacked()) {
|
| - // TODO(junov): crbug.com/585607 Eliminate this readback and use an ExternalTextureLayer
|
| + // TODO(junov): crbug.com/585607 Eliminate this readback and use an
|
| + // ExternalTextureLayer
|
| sk_sp<SkSurface> surface =
|
| SkSurface::MakeRasterN32Premul(skImage->width(), skImage->height());
|
| if (!surface) {
|
|
|