| 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..21cba33c4e65b55f8ac31edfba243d3390418d1e 100644
|
| --- a/third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.h
|
| +++ b/third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.h
|
| @@ -44,6 +44,7 @@ public:
|
| return adoptRef(new SVGImageForContainer(image, containerSizeWithoutZoom, zoom, url));
|
| }
|
|
|
| + void updateConcreteObjectSize(const LayoutSize&) override;
|
| bool isTextureBacked() override;
|
| IntSize size() const override;
|
|
|
|
|