| Index: Source/core/rendering/svg/RenderSVGResourceMarker.h
|
| diff --git a/Source/core/rendering/svg/RenderSVGResourceMarker.h b/Source/core/rendering/svg/RenderSVGResourceMarker.h
|
| index c00eca70716b3f77a03aa84e19a3b24ba7f4e707..61a68bb6a19fe320f2f0236456c33bc689c49470 100644
|
| --- a/Source/core/rendering/svg/RenderSVGResourceMarker.h
|
| +++ b/Source/core/rendering/svg/RenderSVGResourceMarker.h
|
| @@ -56,8 +56,8 @@ public:
|
|
|
| const FloatRect& viewport() const { return m_viewport; }
|
|
|
| + static const RenderSVGResourceType s_resourceType = MarkerResourceType;
|
| virtual RenderSVGResourceType resourceType() const override { return s_resourceType; }
|
| - static const RenderSVGResourceType s_resourceType;
|
|
|
| private:
|
| // Generates a transformation matrix usable to render marker content. Handles scaling the marker content
|
|
|