summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/core/layout/svg/LayoutSVGShape.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/Source/core/layout/svg/LayoutSVGShape.h')
-rw-r--r--third_party/WebKit/Source/core/layout/svg/LayoutSVGShape.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGShape.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGShape.h
index afe3667..55b53b8 100644
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGShape.h
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGShape.h
@@ -113,8 +113,6 @@ private:
bool strokeContains(const FloatPoint&, bool requiresStroke = true);
const AffineTransform& localToSVGParentTransform() const final { return m_localTransform; }
- LayoutRect clippedOverflowRectForPaintInvalidation(const LayoutBoxModelObject*,
- const PaintInvalidationState* = nullptr) const override;
bool isOfType(LayoutObjectType type) const override { return type == LayoutObjectSVGShape || LayoutSVGModelObject::isOfType(type); }
void layout() final;