| Index: third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp b/third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp
|
| index a9cbccbc44ae625fa3a78b82f306223b3a807ee2..fc7661487f3ee0f1c05804d22e85a372cf579993 100644
|
| --- a/third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp
|
| @@ -159,7 +159,7 @@
|
| } else {
|
| EXPECT_TRUE(decoder->isSizeAvailable());
|
| EXPECT_FALSE(decoder->size().isEmpty());
|
| -#if USE(SKCOLORXFORM)
|
| +#if USE(QCMSLIB)
|
| if (hasColorProfile)
|
| EXPECT_TRUE(decoder->hasColorProfile());
|
| else
|
|
|