summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/svg/svg_stop_element.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/svg/svg_stop_element.h')
-rw-r--r--chromium/third_party/blink/renderer/core/svg/svg_stop_element.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/third_party/blink/renderer/core/svg/svg_stop_element.h b/chromium/third_party/blink/renderer/core/svg/svg_stop_element.h
index 7388b4d2754..15aceeee536 100644
--- a/chromium/third_party/blink/renderer/core/svg/svg_stop_element.h
+++ b/chromium/third_party/blink/renderer/core/svg/svg_stop_element.h
@@ -35,6 +35,8 @@ class SVGStopElement final : public SVGElement {
public:
DECLARE_NODE_FACTORY(SVGStopElement);
+ explicit SVGStopElement(Document&);
+
Color StopColorIncludingOpacity() const;
SVGAnimatedNumber* offset() const { return offset_.Get(); }
@@ -45,8 +47,6 @@ class SVGStopElement final : public SVGElement {
void DidRecalcStyle(StyleRecalcChange) override;
private:
- explicit SVGStopElement(Document&);
-
void SvgAttributeChanged(const QualifiedName&) override;
// Stop elements don't have associated layout objects