| 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 2ff603455966aba7e593ef5872bb4249b7bda2b7..9da73b1a83c9971501cfc529d9e800d98cb6aaaf 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));
|
| }
|
|
|
| + bool isTextureBacked() override;
|
| IntSize size() const override;
|
|
|
| bool usesContainerSize() const override { return m_image->usesContainerSize(); }
|
|
|