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 b91c39d0f3f4ec17b7acebd564f6a251ab60634c..123c7e29e82505ab7a1dda362a3726ec2423ba26 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: |