| Index: Source/core/layout/svg/LayoutSVGResourcePaintServer.h
|
| diff --git a/Source/core/layout/svg/LayoutSVGResourcePaintServer.h b/Source/core/layout/svg/LayoutSVGResourcePaintServer.h
|
| index 2b80234f21f2c1bdf64cadb8e60d261f370a137c..5825b208805e957301397eea7179b33795fbbde2 100644
|
| --- a/Source/core/layout/svg/LayoutSVGResourcePaintServer.h
|
| +++ b/Source/core/layout/svg/LayoutSVGResourcePaintServer.h
|
| @@ -77,7 +77,7 @@ struct SVGPaintDescription {
|
| class LayoutSVGResourcePaintServer : public LayoutSVGResourceContainer {
|
| public:
|
| LayoutSVGResourcePaintServer(SVGElement*);
|
| - virtual ~LayoutSVGResourcePaintServer();
|
| + ~LayoutSVGResourcePaintServer() override;
|
|
|
| virtual SVGPaintServer preparePaintServer(const LayoutObject&) = 0;
|
|
|
|
|