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

Unified Diff: third_party/WebKit/Source/core/editing/commands/AppendNodeCommand.h

Issue 1679253002: Editing: Add EditingState* argument to EditCommand::doApply. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | « no previous file | third_party/WebKit/Source/core/editing/commands/AppendNodeCommand.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/editing/commands/AppendNodeCommand.h
diff --git a/third_party/WebKit/Source/core/editing/commands/AppendNodeCommand.h b/third_party/WebKit/Source/core/editing/commands/AppendNodeCommand.h
index b3abc5bd5af84a399404fc1e0fbe961fb311f857..46db77d2de3df929d946c9a8f27c595ba1097328 100644
--- a/third_party/WebKit/Source/core/editing/commands/AppendNodeCommand.h
+++ b/third_party/WebKit/Source/core/editing/commands/AppendNodeCommand.h
@@ -42,7 +42,7 @@ public:
private:
AppendNodeCommand(PassRefPtrWillBeRawPtr<ContainerNode> parent, PassRefPtrWillBeRawPtr<Node>);
- void doApply() override;
+ void doApply(EditingState*) override;
void doUnapply() override;
RefPtrWillBeMember<ContainerNode> m_parent;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/commands/AppendNodeCommand.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698