Chromium Code Reviews| 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 2289ba003dbe6ab03853a66d221e545f53d649ea..557eda75d6707346ddb8078f925fba1f12168388 100644 |
| --- a/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.h |
| +++ b/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.h |
| @@ -42,6 +42,8 @@ class HTMLElement; |
| class HTMLSpanElement; |
| class Text; |
| +enum class CommandSource { MenuOrKeyBinding, Dom }; |
|
Xiaocheng
2016/12/15 02:24:57
Please rename them as kMenuOrKeyBinding and kDOM.
chongz
2016/12/15 23:53:11
Done.
|
| + |
| class EditCommandComposition final : public UndoStep { |
| public: |
| static EditCommandComposition* create(Document*, |