| Index: third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.h
|
| diff --git a/third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.h b/third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.h
|
| index 5f1b91c2a0cd3c69c38a90720caa979bfbe09566..e8f4432ae5f05c43467c5dbf27c7044836d06db7 100644
|
| --- a/third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.h
|
| +++ b/third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.h
|
| @@ -37,7 +37,7 @@ namespace blink {
|
| class SVGImageForContainer final : public Image {
|
| USING_FAST_MALLOC(SVGImageForContainer);
|
| public:
|
| - static PassRefPtr<SVGImageForContainer> create(SVGImage* image, const IntSize& containerSize, float zoom, const KURL& url)
|
| + static PassRefPtr<SVGImageForContainer> create(SVGImage* image, const LayoutSize& containerSize, float zoom, const KURL& url)
|
| {
|
| FloatSize containerSizeWithoutZoom(containerSize);
|
| containerSizeWithoutZoom.scale(1 / zoom);
|
|
|