| 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 8cafea5d162bc472bf1215d70d8ecc6a46592b07..e5bd64d18911c0fdada87faebfc8e658c3a56331 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.cpp
|
| @@ -187,7 +187,8 @@ CompositeEditCommand::~CompositeEditCommand() {
|
| DCHECK(isTopLevelCommand() || !m_composition);
|
| }
|
|
|
| -bool CompositeEditCommand::apply() {
|
| +// TODO(chongz): Fire 'beforeinput' based on |EditCommandSource|.
|
| +bool CompositeEditCommand::apply(EditCommandSource) {
|
| DCHECK(!isCommandGroupWrapper());
|
| if (!endingSelection().isContentRichlyEditable()) {
|
| switch (inputType()) {
|
|
|