Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(668)

Unified Diff: third_party/WebKit/Source/core/svg/SVGSVGElement.h

Issue 2537223006: Cleanup after removal of the SVGViewSpec interface (Closed)
Patch Set: SVGViewSpec& Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGPreserveAspectRatio.h ('k') | third_party/WebKit/Source/core/svg/SVGSVGElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698