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

Unified Diff: third_party/WebKit/Source/core/editing/commands/CreateLinkCommand.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/CreateLinkCommand.h
diff --git a/third_party/WebKit/Source/core/editing/commands/CreateLinkCommand.h b/third_party/WebKit/Source/core/editing/commands/CreateLinkCommand.h
index a409508fb38c61c50ac84eeafe62dc22e067b62a..f450d1184bbc3f4a69b4fbbc764aff145137559b 100644
--- a/third_party/WebKit/Source/core/editing/commands/CreateLinkCommand.h
+++ b/third_party/WebKit/Source/core/editing/commands/CreateLinkCommand.h
@@ -41,7 +41,7 @@ private:
CreateLinkCommand(Document&, const String& linkURL);
void doApply(EditingState*) override;
- EditAction editingAction() const override { return EditActionCreateLink; }
+ InputEvent::InputType inputType() const override;
String m_url;
};

Powered by Google App Engine
This is Rietveld 408576698