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

Unified Diff: Source/core/editing/WrapContentsInDummySpanCommand.h

Issue 1218293014: Fix virtual/override/final usage in Source/core/editing/. (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
« Source/core/editing/EditCommand.h ('K') | « Source/core/editing/UnlinkCommand.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/WrapContentsInDummySpanCommand.h
diff --git a/Source/core/editing/WrapContentsInDummySpanCommand.h b/Source/core/editing/WrapContentsInDummySpanCommand.h
index 3b772b3dd4579396ac516bebc1301b1c31fc2e0b..ea4cabf92fc57699b3feb32d5b6e0c017821a96c 100644
--- a/Source/core/editing/WrapContentsInDummySpanCommand.h
+++ b/Source/core/editing/WrapContentsInDummySpanCommand.h
@@ -44,9 +44,9 @@ public:
private:
explicit WrapContentsInDummySpanCommand(PassRefPtrWillBeRawPtr<Element>);
- virtual void doApply() override;
- virtual void doUnapply() override;
- virtual void doReapply() override;
+ void doApply() override;
+ void doUnapply() override;
+ void doReapply() override;
void executeApply();
RefPtrWillBeMember<Element> m_element;
« Source/core/editing/EditCommand.h ('K') | « Source/core/editing/UnlinkCommand.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698