| Index: third_party/WebKit/Source/core/frame/ImageBitmapTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/ImageBitmapTest.cpp b/third_party/WebKit/Source/core/frame/ImageBitmapTest.cpp
|
| index 6a958c40e72c3ad2b15a1df828ccb15010c27a08..9843ef9e5b4bf0742cfffd26f18dc4ee60170c16 100644
|
| --- a/third_party/WebKit/Source/core/frame/ImageBitmapTest.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/ImageBitmapTest.cpp
|
| @@ -545,7 +545,7 @@ TEST_F(ImageBitmapTest, ImageBitmapColorSpaceConversionImageData) {
|
| // Transform the source pixel and check if the pixel from image bitmap has
|
| // the same color information.
|
| std::unique_ptr<SkColorSpaceXform> colorSpaceXform = SkColorSpaceXform::New(
|
| - imageData->getSkColorSpace().get(), colorSpace.get());
|
| + imageData->skColorSpace().get(), colorSpace.get());
|
| std::unique_ptr<uint8_t[]> transformedPixel(
|
| new uint8_t[imageInfo.bytesPerPixel()]());
|
| colorSpaceXform->apply(colorFormat, transformedPixel.get(), colorFormat32,
|
|
|