| Index: Source/core/rendering/svg/RenderSVGResourceClipper.h
|
| diff --git a/Source/core/rendering/svg/RenderSVGResourceClipper.h b/Source/core/rendering/svg/RenderSVGResourceClipper.h
|
| index 58d287cd3f4c5d2ea64c36f65fae9977c51894c6..c7c7c4f31cbfd8ab9ba2d0faddb4dc55466c8f18 100644
|
| --- a/Source/core/rendering/svg/RenderSVGResourceClipper.h
|
| +++ b/Source/core/rendering/svg/RenderSVGResourceClipper.h
|
| @@ -56,13 +56,13 @@ public:
|
|
|
| FloatRect resourceBoundingBox(const RenderObject*);
|
|
|
| + static const RenderSVGResourceType s_resourceType = ClipperResourceType;
|
| virtual RenderSVGResourceType resourceType() const override { return s_resourceType; }
|
|
|
| bool hitTestClipContent(const FloatRect&, const FloatPoint&);
|
|
|
| SVGUnitTypes::SVGUnitType clipPathUnits() const { return toSVGClipPathElement(element())->clipPathUnits()->currentValue()->enumValue(); }
|
|
|
| - static const RenderSVGResourceType s_resourceType;
|
| private:
|
| bool tryPathOnlyClipping(GraphicsContext*, const AffineTransform&, const FloatRect&);
|
| void drawClipMaskContent(GraphicsContext*, const FloatRect& targetBoundingBox);
|
|
|