summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/core/layout/svg/LayoutSVGHiddenContainer.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/Source/core/layout/svg/LayoutSVGHiddenContainer.h')
-rw-r--r--third_party/WebKit/Source/core/layout/svg/LayoutSVGHiddenContainer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGHiddenContainer.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGHiddenContainer.h
index 5f45a37..71dfc0b 100644
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGHiddenContainer.h
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGHiddenContainer.h
@@ -41,7 +41,8 @@ protected:
private:
void paint(const PaintInfo&, const LayoutPoint&) const final;
- LayoutRect clippedOverflowRectForPaintInvalidation(const LayoutBoxModelObject*, const PaintInvalidationState* = nullptr) const final { return LayoutRect(); }
+ LayoutRect absoluteClippedOverflowRect() const final { return LayoutRect(); }
+ FloatRect paintInvalidationRectInLocalSVGCoordinates() const final { return FloatRect(); }
void absoluteQuads(Vector<FloatQuad>&, bool* wasFixed) const final;
bool nodeAtFloatPoint(HitTestResult&, const FloatPoint& pointInParent, HitTestAction) final;