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

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

Issue 2151353002: [InputEvent] Replace |EditAction| with |InputType| (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@inputevent-text-styling
Patch Set: Replaced |EditAction| with |InputType| Created 4 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
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 30a39b6163ff3735d7569aa5cda879bcb655e6f4..012d16f04b34e8fec5aa9c12e3a8376100ec1d9a 100644
--- a/third_party/WebKit/Source/core/editing/commands/InsertListCommand.h
+++ b/third_party/WebKit/Source/core/editing/commands/InsertListCommand.h
@@ -50,7 +50,7 @@ private:
InsertListCommand(Document&, Type);
void doApply(EditingState*) override;
- EditAction editingAction() const override { return EditActionInsertList; }
+ InputEvent::InputType inputType() const override;
HTMLUListElement* fixOrphanedListChild(Node*, EditingState*);
bool selectionHasListOfType(const VisibleSelection&, const HTMLQualifiedName&);

Powered by Google App Engine
This is Rietveld 408576698