| Index: third_party/WebKit/Source/core/svg/SVGSVGElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGSVGElement.h b/third_party/WebKit/Source/core/svg/SVGSVGElement.h
|
| index 650bf7b6fa1de54e6f87d3c753bfc9e55f53cf80..0f4e7a8dc47eb5349eb6150cd718727deaa712ab 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGSVGElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGSVGElement.h
|
| @@ -50,10 +50,6 @@ class SVGSVGElement final : public SVGGraphicsElement,
|
| public:
|
| DECLARE_NODE_FACTORY(SVGSVGElement);
|
|
|
| - // 'SVGSVGElement' functions
|
| - bool useCurrentView() const { return m_useCurrentView; }
|
| - SVGViewSpec* currentView();
|
| -
|
| float intrinsicWidth() const;
|
| float intrinsicHeight() const;
|
| FloatSize currentViewportSize() const;
|
| @@ -119,6 +115,8 @@ class SVGSVGElement final : public SVGGraphicsElement,
|
| explicit SVGSVGElement(Document&);
|
| ~SVGSVGElement() override;
|
|
|
| + SVGViewSpec& ensureViewSpec();
|
| +
|
| void parseAttribute(const QualifiedName&,
|
| const AtomicString&,
|
| const AtomicString&) override;
|
|
|