| Index: third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.h
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.h b/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.h
|
| index 24d67a7746c024858645e740496c0378033f37c8..f2d7317eeca7d2291063530eaefa637e55976300 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.h
|
| +++ b/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.h
|
| @@ -96,7 +96,7 @@ class CORE_EXPORT CompositeEditCommand : public EditCommand {
|
| ~CompositeEditCommand() override;
|
|
|
| // Returns |false| if the command failed. e.g. It's aborted.
|
| - bool apply();
|
| + bool apply(EditCommandSource);
|
| bool isFirstCommand(EditCommand* command) {
|
| return !m_commands.isEmpty() && m_commands.front() == command;
|
| }
|
|
|