Index: third_party/WebKit/Source/core/editing/commands/CreateLinkCommand.cpp |
diff --git a/third_party/WebKit/Source/core/editing/commands/CreateLinkCommand.cpp b/third_party/WebKit/Source/core/editing/commands/CreateLinkCommand.cpp |
index 115e6aa586ecc2c79e10012f95c72e980399ddc0..2ab6eef8a88e7602117df79f6a53b01afd737e12 100644 |
--- a/third_party/WebKit/Source/core/editing/commands/CreateLinkCommand.cpp |
+++ b/third_party/WebKit/Source/core/editing/commands/CreateLinkCommand.cpp |
@@ -60,4 +60,9 @@ void CreateLinkCommand::doApply(EditingState* editingState) |
} |
} |
+InputEvent::InputType CreateLinkCommand::inputType() const |
+{ |
+ return InputEvent::InputType::CreateLink; |
+} |
+ |
} // namespace blink |