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

Unified Diff: third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoder.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/webp/WEBPImageDecoder.h
diff --git a/third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoder.h b/third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoder.h
index 55a12609567d7cd31701c06eb0a77369b657fbf7..2800775cf773aeed9093fa784802505b7ba94530 100644
--- a/third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoder.h
+++ b/third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoder.h
@@ -41,9 +41,7 @@ class PLATFORM_EXPORT WEBPImageDecoder final : public ImageDecoder {
WTF_MAKE_NONCOPYABLE(WEBPImageDecoder);
public:
- WEBPImageDecoder(AlphaOption,
- GammaAndColorProfileOption,
- size_t maxDecodedBytes);
+ WEBPImageDecoder(AlphaOption, ColorSpaceOption, size_t maxDecodedBytes);
~WEBPImageDecoder() override;
// ImageDecoder:

Powered by Google App Engine
This is Rietveld 408576698