| Index: third_party/WebKit/Source/core/editing/commands/EditorCommandNames.h
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/EditorCommandNames.h b/third_party/WebKit/Source/core/editing/commands/EditorCommandNames.h
|
| index 40a6714c744cfa55bfc967f7952667e7953c6d1e..10397771ef70d27a56712f648aecd4aa6c03611f 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/EditorCommandNames.h
|
| +++ b/third_party/WebKit/Source/core/editing/commands/EditorCommandNames.h
|
| @@ -9,6 +9,8 @@ namespace blink {
|
|
|
| // Must be ordered in a case-folding manner for binary search. Covered by unit
|
| // tests in EditingCommandTest.cpp (not able to use static_assert)
|
| + /* DO NOT SUBMIT - conflict resolution helper:
|
| + * Important to have AlignCenter instead of kAlignCenter below. */
|
| #define FOR_EACH_BLINK_EDITING_COMMAND_NAME(V) \
|
| V(AlignCenter) \
|
| V(AlignJustified) \
|
| @@ -149,6 +151,8 @@ namespace blink {
|
| V(UseCSS) \
|
| V(Yank) \
|
| V(YankAndSelect)
|
| + /* DO NOT SUBMIT - conflict resolution helper:
|
| + * Important to have YankAndSelect instead of kYankAndSelect above. */
|
|
|
| } // namespace blink
|
|
|
|
|