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

Unified Diff: third_party/WebKit/Source/platform/graphics/BitmapImageTest.cpp

Issue 2203903002: Color: Read embedded ICC profiles regardless of QCMS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update tests Created 4 years, 4 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/graphics/test/MockImageDecoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/graphics/BitmapImageTest.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/BitmapImageTest.cpp b/third_party/WebKit/Source/platform/graphics/BitmapImageTest.cpp
index 6197aec414e24c4553377488cf42058fba235fbc..81180b47db56757d8fe996bcba709a874900a51c 100644
--- a/third_party/WebKit/Source/platform/graphics/BitmapImageTest.cpp
+++ b/third_party/WebKit/Source/platform/graphics/BitmapImageTest.cpp
@@ -218,8 +218,6 @@ TEST_F(BitmapImageTest, noColorProfile)
EXPECT_FALSE(m_image->hasColorProfile());
}
-#if USE(QCMSLIB)
-
TEST_F(BitmapImageTest, jpegHasColorProfile)
ccameron 2016/08/04 22:07:29 Oh, oops, should have added these tests.
Justin Novosad 2016/08/05 00:06:51 LOL!
{
loadImage("/LayoutTests/fast/images/resources/icc-v2-gbr.jpg");
@@ -244,8 +242,6 @@ TEST_F(BitmapImageTest, webpHasColorProfile)
EXPECT_TRUE(m_image->hasColorProfile());
}
-#endif // USE(QCMSLIB)
-
TEST_F(BitmapImageTest, icoHasWrongFrameDimensions)
{
loadImage("/LayoutTests/fast/images/resources/wrong-frame-dimensions.ico");
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/graphics/test/MockImageDecoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698