Chromium Code Reviews| 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"); |