| 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 aeec490f302ef94b17302813468326e88fe957bd..de3b6aa512b266bd8f2e045f831b86e9f49b0ec4 100644
|
| --- a/third_party/WebKit/Source/core/svg/graphics/SVGImageTest.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/graphics/SVGImageTest.cpp
|
| @@ -90,7 +90,7 @@ public:
|
| FloatRect dummyRect(0, 0, 100, 100);
|
| image->draw(
|
| nullCanvas.get(), paint,
|
| - dummyRect, dummyRect,
|
| + dummyRect, dummyRect, true,
|
| DoNotRespectImageOrientation, Image::DoNotClampImageToSourceRect);
|
| }
|
|
|
|
|