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

Unified Diff: third_party/WebKit/Source/platform/image-decoders/ImageDecoderTest.cpp

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/ImageDecoderTest.cpp
diff --git a/third_party/WebKit/Source/platform/image-decoders/ImageDecoderTest.cpp b/third_party/WebKit/Source/platform/image-decoders/ImageDecoderTest.cpp
index 16af027de66563ed253797351f73881dc4b9ea39..01e1291475f06a9c754cbc373eae9606cf0bec73 100644
--- a/third_party/WebKit/Source/platform/image-decoders/ImageDecoderTest.cpp
+++ b/third_party/WebKit/Source/platform/image-decoders/ImageDecoderTest.cpp
@@ -42,7 +42,7 @@ class TestImageDecoder : public ImageDecoder {
public:
TestImageDecoder()
: ImageDecoder(AlphaNotPremultiplied,
- GammaAndColorProfileApplied,
+ ColorSpaceApplied,
noDecodedImageByteLimit) {}
String filenameExtension() const override { return ""; }

Powered by Google App Engine
This is Rietveld 408576698