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 9bcb80f76322a85fdc5e9b908c78e6928f10565b..05a8b8731dcb376064b17a2a6507c2382c73caa3 100644 |
--- a/third_party/WebKit/Source/platform/graphics/BitmapImageTest.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/BitmapImageTest.cpp |
@@ -251,7 +251,7 @@ TEST_F(BitmapImageTest, recachingFrameAfterDataChanged) { |
m_image->dataChanged(true); |
EXPECT_EQ(0, lastDecodedSizeChange()); |
// Recaching the first frame also shouldn't affect decoded size. |
- m_image->imageForCurrentFrame(); |
+ m_image->imageForCurrentFrame(ColorBehavior::transformToTargetForTesting()); |
EXPECT_EQ(0, lastDecodedSizeChange()); |
} |