Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.h |
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.h |
index f006cb7f0da10aab42554eea758a75383fd2fedc..659651b0f162dfa2c3c8d2308fbd267c81e02c8c 100644 |
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.h |
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.h |
@@ -38,7 +38,7 @@ public: |
bool isEmbeddedThroughFrameContainingSVGDocument() const; |
void computeIntrinsicSizingInfo(IntrinsicSizingInfo&) const override; |
- void mapToVisibleRectInAncestorSpace(const LayoutBoxModelObject* ancestor, LayoutRect&, const PaintInvalidationState*) const override; |
+ bool mapToVisibleRectInAncestorSpace(const LayoutBoxModelObject* ancestor, LayoutRect&, const PaintInvalidationState*, bool edgeInclusive) const override; |
// If you have a LayoutSVGRoot, use firstChild or lastChild instead. |
void slowFirstChild() const = delete; |