Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1319)

Unified Diff: third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.h

Issue 2454123002: Refactor image decoders to use 'colorSpace' instead of 'colorProfile' (Closed)
Patch Set: Fix legacy ImageFrame Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698