| Index: third_party/WebKit/Source/platform/graphics/test/MockImageDecoder.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/test/MockImageDecoder.h b/third_party/WebKit/Source/platform/graphics/test/MockImageDecoder.h
|
| index 0de03fc07812496489d55e015957b1e9fb106911..8c64315e8bddcf53a2b54c064b8a4d63fecd4067 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/test/MockImageDecoder.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/test/MockImageDecoder.h
|
| @@ -67,8 +67,7 @@ class MockImageDecoder : public ImageDecoder {
|
|
|
| MockImageDecoder(MockImageDecoderClient* client)
|
| : ImageDecoder(AlphaPremultiplied,
|
| - ColorSpaceTransformed,
|
| - targetColorSpaceForTesting(),
|
| + ColorBehavior::transformToTargetForTesting(),
|
| noDecodedImageByteLimit),
|
| m_client(client) {}
|
|
|
|
|