| Index: third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.cpp b/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.cpp
|
| index 51692f5d325cfefaeb77901c989e9103d4d1f7e6..1774c343bd4b279a416abf17b1d09ecdefb22783 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.cpp
|
| @@ -187,8 +187,7 @@ CompositeEditCommand::~CompositeEditCommand() {
|
| DCHECK(isTopLevelCommand() || !m_composition);
|
| }
|
|
|
| -// TODO(chongz): Fire 'beforeinput' based on |EditCommandSource|.
|
| -bool CompositeEditCommand::apply(EditCommandSource) {
|
| +bool CompositeEditCommand::apply() {
|
| DCHECK(!isCommandGroupWrapper());
|
| if (!endingSelection().isContentRichlyEditable()) {
|
| switch (inputType()) {
|
|
|