Chromium Code Reviews| 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..3e51d9f794927d70e864dca7cfecb274d5334a34 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(); |
|
pdr.
2016/11/30 22:07:18
Nit: return a reference?
fs
2016/11/30 22:40:47
Done.
|
| + |
| void parseAttribute(const QualifiedName&, |
| const AtomicString&, |
| const AtomicString&) override; |