| Index: third_party/WebKit/Source/platform/image-decoders/ImageFrame.h
|
| diff --git a/third_party/WebKit/Source/platform/image-decoders/ImageFrame.h b/third_party/WebKit/Source/platform/image-decoders/ImageFrame.h
|
| index 045fcc7b654d36e8737c9a81de65c2b6c917fdb0..bdbf82e0d6e86e5c512dc7ee0d5d18c9a73915fc 100644
|
| --- a/third_party/WebKit/Source/platform/image-decoders/ImageFrame.h
|
| +++ b/third_party/WebKit/Source/platform/image-decoders/ImageFrame.h
|
| @@ -121,9 +121,7 @@ class PLATFORM_EXPORT ImageFrame final {
|
| // Allocates space for the pixel data. Must be called before any pixels
|
| // are written. Must only be called once. Returns whether allocation
|
| // succeeded.
|
| - bool setSizeAndColorProfile(int newWidth,
|
| - int newHeight,
|
| - const ICCProfile& newIccProfile);
|
| + bool setSizeAndColorSpace(int newWidth, int newHeight, sk_sp<SkColorSpace>);
|
|
|
| bool hasAlpha() const;
|
| const IntRect& originalFrameRect() const { return m_originalFrameRect; }
|
|
|