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

Unified Diff: third_party/WebKit/Source/core/editing/commands/EditCommand.cpp

Issue 2617753002: [InputEvent] Move attributes from |EditCommand| to |CompositeEditCommand| (2/11) (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « third_party/WebKit/Source/core/editing/commands/EditCommand.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/editing/commands/EditCommand.cpp
diff --git a/third_party/WebKit/Source/core/editing/commands/EditCommand.cpp b/third_party/WebKit/Source/core/editing/commands/EditCommand.cpp
index b82246f8baca4f99f584706f4ba0b1616cb9864d..a8a99ce440bbca0ae1d9a545615c796494fdcf13 100644
--- a/third_party/WebKit/Source/core/editing/commands/EditCommand.cpp
+++ b/third_party/WebKit/Source/core/editing/commands/EditCommand.cpp
@@ -44,14 +44,6 @@ EditCommand::EditCommand(Document& document)
EditCommand::~EditCommand() {}
-InputEvent::InputType EditCommand::inputType() const {
- return InputEvent::InputType::None;
-}
-
-String EditCommand::textDataForInputEvent() const {
- return nullAtom;
-}
-
static inline EditCommandComposition* compositionIfPossible(
EditCommand* command) {
if (!command->isCompositeEditCommand())
« no previous file with comments | « third_party/WebKit/Source/core/editing/commands/EditCommand.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698