| 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 1d292028ee65f86950ffffe6bef4708a155858bd..34ffa5ac0a5142b65f95acd82492a48a7be13593 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.h
|
| @@ -47,7 +47,7 @@ class PLATFORM_EXPORT DeferredImageDecoder final {
|
| WTF_MAKE_NONCOPYABLE(DeferredImageDecoder);
|
| USING_FAST_MALLOC(DeferredImageDecoder);
|
| public:
|
| - static std::unique_ptr<DeferredImageDecoder> create(const SharedBuffer& data, ImageDecoder::AlphaOption, ImageDecoder::GammaAndColorProfileOption);
|
| + static std::unique_ptr<DeferredImageDecoder> create(ImageDecoder::SniffResult, ImageDecoder::AlphaOption, ImageDecoder::GammaAndColorProfileOption);
|
|
|
| static std::unique_ptr<DeferredImageDecoder> createForTesting(std::unique_ptr<ImageDecoder>);
|
|
|
|
|