summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/html/html_marquee_element.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/html/html_marquee_element.h')
-rw-r--r--chromium/third_party/blink/renderer/core/html/html_marquee_element.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/third_party/blink/renderer/core/html/html_marquee_element.h b/chromium/third_party/blink/renderer/core/html/html_marquee_element.h
index a2b0d56eb07..903870d6804 100644
--- a/chromium/third_party/blink/renderer/core/html/html_marquee_element.h
+++ b/chromium/third_party/blink/renderer/core/html/html_marquee_element.h
@@ -37,6 +37,8 @@ class HTMLMarqueeElement final : public HTMLElement {
static HTMLMarqueeElement* Create(Document&);
+ explicit HTMLMarqueeElement(Document&);
+
InsertionNotificationRequest InsertedInto(ContainerNode&) final;
void RemovedFrom(ContainerNode&) final;
@@ -55,7 +57,6 @@ class HTMLMarqueeElement final : public HTMLElement {
void stop();
private:
- explicit HTMLMarqueeElement(Document&);
void DidAddUserAgentShadowRoot(ShadowRoot&) override;
bool IsPresentationAttribute(const QualifiedName&) const override;