Index: third_party/WebKit/Source/core/svg/graphics/SVGImageTest.cpp |
diff --git a/third_party/WebKit/Source/core/svg/graphics/SVGImageTest.cpp b/third_party/WebKit/Source/core/svg/graphics/SVGImageTest.cpp |
index f79d682ddea09b8df86f34f6026742d09798a542..0873eeb93bc8e5e52ebefa8ef7e1b389c98831c7 100644 |
--- a/third_party/WebKit/Source/core/svg/graphics/SVGImageTest.cpp |
+++ b/third_party/WebKit/Source/core/svg/graphics/SVGImageTest.cpp |
@@ -32,7 +32,8 @@ class SVGImageTest : public ::testing::Test { |
FloatRect dummyRect(0, 0, 100, 100); |
image->draw(nullCanvas.get(), paint, dummyRect, dummyRect, |
DoNotRespectImageOrientation, |
- Image::DoNotClampImageToSourceRect); |
+ Image::DoNotClampImageToSourceRect, |
+ ColorBehavior::transformToGlobalTarget()); |
} |
private: |