| 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..61578793a1f326d8b39cc16891f9ca2001357989 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*, int flags = 0) const override;
|
|
|
| // If you have a LayoutSVGRoot, use firstChild or lastChild instead.
|
| void slowFirstChild() const = delete;
|
|
|