| Index: third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| diff --git a/third_party/WebKit/Source/core/svg/graphics/SVGImage.h b/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| index 3abec1c56366c9ee355ccaf5e7cb1dc50b4970b0..bcc230f5c77738596ebec5a07114ffcffcb7bb7e 100644
|
| --- a/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| +++ b/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| @@ -65,7 +65,6 @@ class CORE_EXPORT SVGImage final : public Image {
|
| LayoutReplaced* embeddedReplacedContent() const;
|
|
|
| bool isSVGImage() const override { return true; }
|
| - bool isTextureBacked() override { return false; }
|
| IntSize size() const override { return m_intrinsicSize; }
|
|
|
| bool currentFrameHasSingleSecurityOrigin() const override;
|
|
|