| 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 7a2642b18885004ed7927cdef497872a9b95c707..1b9f90d1e4814016ed030b67d8370fc14e2949ec 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.h
|
| +++ b/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.h
|
| @@ -221,6 +221,8 @@ class CORE_EXPORT CompositeEditCommand : public EditCommand {
|
|
|
| Node* splitTreeToNode(Node*, Node*, bool splitAncestor = false);
|
|
|
| + void shrinkEndingSelectionToFitBody();
|
| +
|
| HeapVector<Member<EditCommand>> m_commands;
|
|
|
| private:
|
|
|