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

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

Issue 2469483002: [InputEvent] Add prefixes 'history*' and 'format*' to |inputType| (Closed)
Patch Set: CL format Created 4 years, 1 month 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 258b29dee0ae97f173c4f70c3e4e7361ca6665e1..8c89be97a29061150f423a7a3d750198b093c8e6 100644
--- a/third_party/WebKit/Source/core/editing/commands/CreateLinkCommand.h
+++ b/third_party/WebKit/Source/core/editing/commands/CreateLinkCommand.h
@@ -40,7 +40,6 @@ class CreateLinkCommand final : public CompositeEditCommand {
CreateLinkCommand(Document&, const String& linkURL);
void doApply(EditingState*) override;
- InputEvent::InputType inputType() const override;
String m_url;
};

Powered by Google App Engine
This is Rietveld 408576698