| 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 439149c7c9464f16e1d3547836c8cdfde78c5e27..e177ae7eda7694b4771c503a4711e0817ebae2d0 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ImageBuffer.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/ImageBuffer.cpp
|
| @@ -499,8 +499,7 @@ void ImageBuffer::PutByteArray(Multiply multiplied,
|
| surface_->ColorSpace());
|
| } 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);
|
| }
|
|
|