| 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 3f8cd37a3845dc0f2c33373789eaa902cf7bafdc..1cdd5e33d48ea5b01ab3a469ed0a9520ebc0c751 100644
|
| --- a/third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.h
|
| +++ b/third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.h
|
| @@ -45,7 +45,7 @@ public:
|
| }
|
|
|
| bool isTextureBacked() override;
|
| - IntSize size() const override;
|
| + IntSize concreteObjectSize(const FloatSize&) const override;
|
|
|
| bool usesContainerSize() const override { return m_image->usesContainerSize(); }
|
| bool hasRelativeSize() const override { return m_image->hasRelativeSize(); }
|
|
|