summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/svg/svg_text_path_element.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/svg/svg_text_path_element.h')
-rw-r--r--chromium/third_party/blink/renderer/core/svg/svg_text_path_element.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/chromium/third_party/blink/renderer/core/svg/svg_text_path_element.h b/chromium/third_party/blink/renderer/core/svg/svg_text_path_element.h
index d3ed63a0896..35b72fd151b 100644
--- a/chromium/third_party/blink/renderer/core/svg/svg_text_path_element.h
+++ b/chromium/third_party/blink/renderer/core/svg/svg_text_path_element.h
@@ -56,6 +56,7 @@ class SVGTextPathElement final : public SVGTextContentElement,
};
explicit SVGTextPathElement(Document&);
+ ~SVGTextPathElement() override;
SVGAnimatedLength* startOffset() const { return start_offset_.Get(); }
SVGAnimatedEnumeration<SVGTextPathMethodType>* method() {
@@ -68,15 +69,13 @@ class SVGTextPathElement final : public SVGTextContentElement,
void Trace(Visitor*) const override;
private:
- ~SVGTextPathElement() override;
-
void ClearResourceReferences();
void BuildPendingResource() override;
InsertionNotificationRequest InsertedInto(ContainerNode&) override;
void RemovedFrom(ContainerNode&) override;
- void SvgAttributeChanged(const QualifiedName&) override;
+ void SvgAttributeChanged(const SvgAttributeChangedParams&) override;
LayoutObject* CreateLayoutObject(const ComputedStyle&, LegacyLayout) override;
bool LayoutObjectIsNeeded(const ComputedStyle&) const override;