Index: third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.h |
diff --git a/third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.h b/third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.h |
index 3f556dad2e6b7708d1ccf94e5118c3745564cafc..7ce6aa0faf83c7c6d2ece1ce6cc94ea5d07f7427 100644 |
--- a/third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.h |
+++ b/third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.h |
@@ -38,7 +38,7 @@ class PLATFORM_EXPORT PNGImageDecoder final : public ImageDecoder { |
public: |
PNGImageDecoder(AlphaOption, |
- GammaAndColorProfileOption, |
+ ColorSpaceOption, |
size_t maxDecodedBytes, |
size_t offset = 0); |
~PNGImageDecoder() override; |