Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1200)

Unified Diff: Source/core/html/HTMLMarqueeElement.h

Issue 1219013005: Fix virtual/override/final usage in Source/core/html/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/html/HTMLMapElement.h ('k') | Source/core/html/HTMLMediaElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLMarqueeElement.h
diff --git a/Source/core/html/HTMLMarqueeElement.h b/Source/core/html/HTMLMarqueeElement.h
index 6d31cd1e5ebd7d9e8d3ee972a15eeb08a99b5b4e..0cc2280ee76eb37127c6e4ac843bdfbe08535da9 100644
--- a/Source/core/html/HTMLMarqueeElement.h
+++ b/Source/core/html/HTMLMarqueeElement.h
@@ -32,9 +32,9 @@ class HTMLMarqueeElement final : public HTMLElement {
public:
static PassRefPtrWillBeRawPtr<HTMLMarqueeElement> create(Document&);
- virtual void attributeWillChange(const QualifiedName&, const AtomicString& oldValue, const AtomicString& newValue) final;
- virtual InsertionNotificationRequest insertedInto(ContainerNode*) final;
- virtual void removedFrom(ContainerNode*) final;
+ void attributeWillChange(const QualifiedName&, const AtomicString& oldValue, const AtomicString& newValue) final;
+ InsertionNotificationRequest insertedInto(ContainerNode*) final;
+ void removedFrom(ContainerNode*) final;
bool isHorizontal() const;
« no previous file with comments | « Source/core/html/HTMLMapElement.h ('k') | Source/core/html/HTMLMediaElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698