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

Unified Diff: third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTest.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/graphics/DeferredImageDecoderTest.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTest.cpp b/third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTest.cpp
index a87875e6517d204fa8744c373900e32a03e3c9fb..0127711a6055169c66e11632a2fc23bd2cc3f644 100644
--- a/third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTest.cpp
+++ b/third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTest.cpp
@@ -330,7 +330,7 @@ TEST_F(DeferredImageDecoderTest, smallerFrameCount) {
TEST_F(DeferredImageDecoderTest, frameOpacity) {
std::unique_ptr<DeferredImageDecoder> decoder = DeferredImageDecoder::create(
m_data, true, ImageDecoder::AlphaPremultiplied,
- ImageDecoder::GammaAndColorProfileApplied);
+ ImageDecoder::ColorSpaceApplied);
SkImageInfo pixInfo = SkImageInfo::MakeN32Premul(1, 1);

Powered by Google App Engine
This is Rietveld 408576698