summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/svg/svg_clip_path_element.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/svg/svg_clip_path_element.h')
-rw-r--r--chromium/third_party/blink/renderer/core/svg/svg_clip_path_element.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/chromium/third_party/blink/renderer/core/svg/svg_clip_path_element.h b/chromium/third_party/blink/renderer/core/svg/svg_clip_path_element.h
index 301c99d17f6..81b4dbaadb6 100644
--- a/chromium/third_party/blink/renderer/core/svg/svg_clip_path_element.h
+++ b/chromium/third_party/blink/renderer/core/svg/svg_clip_path_element.h
@@ -35,6 +35,9 @@ class SVGClipPathElement final : public SVGGraphicsElement {
public:
DECLARE_NODE_FACTORY(SVGClipPathElement);
+
+ explicit SVGClipPathElement(Document&);
+
SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>* clipPathUnits() {
return clip_path_units_.Get();
}
@@ -44,8 +47,6 @@ class SVGClipPathElement final : public SVGGraphicsElement {
void Trace(blink::Visitor*) override;
private:
- explicit SVGClipPathElement(Document&);
-
void SvgAttributeChanged(const QualifiedName&) override;
void ChildrenChanged(const ChildrenChange&) override;