| Index: third_party/WebKit/Source/platform/graphics/ImageBuffer.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/ImageBuffer.cpp b/third_party/WebKit/Source/platform/graphics/ImageBuffer.cpp
|
| index 99379a0a4a6627ac0dc0299563e24b3cbbd97516..0f6039a9abdb141006d77e079330c657db6e9b91 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ImageBuffer.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/ImageBuffer.cpp
|
| @@ -490,8 +490,7 @@ void ImageBuffer::PutByteArray(Multiply multiplied,
|
| surface_->color_params().GetSkColorSpaceForSkSurfaces());
|
| } else {
|
| info = SkImageInfo::Make(source_rect.Width(), source_rect.Height(),
|
| - kRGBA_8888_SkColorType, alpha_type,
|
| - SkColorSpace::MakeSRGB());
|
| + kRGBA_8888_SkColorType, alpha_type);
|
| }
|
| surface_->WritePixels(info, src_addr, src_bytes_per_row, dest_x, dest_y);
|
| }
|
|
|