| Index: third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.h b/third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.h
|
| index 338360a6701775c2766f70c37930d214ff59994d..443c399c0bd5c8b0f8824bcb2a9aa6dce9ecb377 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.h
|
| @@ -53,8 +53,7 @@ class PLATFORM_EXPORT DeferredImageDecoder final {
|
| PassRefPtr<SharedBuffer> data,
|
| bool dataComplete,
|
| ImageDecoder::AlphaOption,
|
| - ImageDecoder::ColorSpaceOption,
|
| - sk_sp<SkColorSpace> targetColorSpace);
|
| + const ColorBehavior&);
|
|
|
| static std::unique_ptr<DeferredImageDecoder> createForTesting(
|
| std::unique_ptr<ImageDecoder>);
|
|
|