summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/svg/svg_ellipse_element.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/svg/svg_ellipse_element.h')
-rw-r--r--chromium/third_party/blink/renderer/core/svg/svg_ellipse_element.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/third_party/blink/renderer/core/svg/svg_ellipse_element.h b/chromium/third_party/blink/renderer/core/svg/svg_ellipse_element.h
index ed3de18760e..7de52bb27d8 100644
--- a/chromium/third_party/blink/renderer/core/svg/svg_ellipse_element.h
+++ b/chromium/third_party/blink/renderer/core/svg/svg_ellipse_element.h
@@ -33,6 +33,8 @@ class SVGEllipseElement final : public SVGGeometryElement {
public:
DECLARE_NODE_FACTORY(SVGEllipseElement);
+ explicit SVGEllipseElement(Document&);
+
Path AsPath() const override;
SVGAnimatedLength* cx() const { return cx_.Get(); }
@@ -43,8 +45,6 @@ class SVGEllipseElement final : public SVGGeometryElement {
void Trace(blink::Visitor*) override;
private:
- explicit SVGEllipseElement(Document&);
-
void CollectStyleForPresentationAttribute(
const QualifiedName&,
const AtomicString&,