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

Unified Diff: third_party/WebKit/Source/platform/graphics/test/MockImageDecoder.h

Issue 2556723003: Merge color options into ColorBehavior (Closed)
Patch Set: Feedback Created 4 years 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/test/MockImageDecoder.h
diff --git a/third_party/WebKit/Source/platform/graphics/test/MockImageDecoder.h b/third_party/WebKit/Source/platform/graphics/test/MockImageDecoder.h
index 0de03fc07812496489d55e015957b1e9fb106911..8c64315e8bddcf53a2b54c064b8a4d63fecd4067 100644
--- a/third_party/WebKit/Source/platform/graphics/test/MockImageDecoder.h
+++ b/third_party/WebKit/Source/platform/graphics/test/MockImageDecoder.h
@@ -67,8 +67,7 @@ class MockImageDecoder : public ImageDecoder {
MockImageDecoder(MockImageDecoderClient* client)
: ImageDecoder(AlphaPremultiplied,
- ColorSpaceTransformed,
- targetColorSpaceForTesting(),
+ ColorBehavior::transformToTargetForTesting(),
noDecodedImageByteLimit),
m_client(client) {}

Powered by Google App Engine
This is Rietveld 408576698