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

Unified Diff: third_party/WebKit/Source/core/editing/commands/InsertListCommand.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
Index: third_party/WebKit/Source/core/editing/commands/InsertListCommand.h
diff --git a/third_party/WebKit/Source/core/editing/commands/InsertListCommand.h b/third_party/WebKit/Source/core/editing/commands/InsertListCommand.h
index 5341a68f359e2d9b743b5df8fe68639115cbac02..334aaf6eee29e53ee9f6cea2369553d7c0e8c6af 100644
--- a/third_party/WebKit/Source/core/editing/commands/InsertListCommand.h
+++ b/third_party/WebKit/Source/core/editing/commands/InsertListCommand.h
@@ -49,7 +49,7 @@ public:
private:
InsertListCommand(Document&, Type);
- void doApply() override;
+ void doApply(EditingState*) override;
EditAction editingAction() const override { return EditActionInsertList; }
HTMLUListElement* fixOrphanedListChild(Node*);

Powered by Google App Engine
This is Rietveld 408576698