| 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 245e3fb2db656f9042bd1aa068d4ce25f2446bd7..4da040e9f5ce976c48b7535c8eb6029e67cc3e47 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.h
|
| @@ -29,7 +29,7 @@ namespace blink {
|
|
|
| class SVGElement;
|
|
|
| -class LayoutSVGRoot final : public LayoutReplaced {
|
| +class CORE_EXPORT LayoutSVGRoot final : public LayoutReplaced {
|
| public:
|
| explicit LayoutSVGRoot(SVGElement*);
|
| ~LayoutSVGRoot() override;
|
| @@ -38,7 +38,6 @@ public:
|
| bool isEmbeddedThroughFrameContainingSVGDocument() const;
|
|
|
| void computeIntrinsicSizingInfo(IntrinsicSizingInfo&) const override;
|
| - bool mapToVisualRectInAncestorSpace(const LayoutBoxModelObject* ancestor, LayoutRect&, VisualRectFlags = DefaultVisualRectFlags) const override;
|
|
|
| // If you have a LayoutSVGRoot, use firstChild or lastChild instead.
|
| void slowFirstChild() const = delete;
|
|
|