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

Unified Diff: third_party/WebKit/Source/core/editing/commands/UnlinkCommand.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/UnlinkCommand.h
diff --git a/third_party/WebKit/Source/core/editing/commands/UnlinkCommand.h b/third_party/WebKit/Source/core/editing/commands/UnlinkCommand.h
index e30c651c07d5d0d48e431d49d77f08104080e0d9..42fd9d48765fcad14eb8dfb670259b43e7d973f2 100644
--- a/third_party/WebKit/Source/core/editing/commands/UnlinkCommand.h
+++ b/third_party/WebKit/Source/core/editing/commands/UnlinkCommand.h
@@ -41,7 +41,7 @@ private:
explicit UnlinkCommand(Document&);
void doApply(EditingState*) override;
- EditAction editingAction() const override { return EditActionUnlink; }
+ InputEvent::InputType inputType() const override;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698