| 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 bee9c60634d12b2fae70f6c49e9e8f3570d13801..7a2642b18885004ed7927cdef497872a9b95c707 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.h
|
| +++ b/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.h
|
| @@ -105,12 +105,6 @@ class CORE_EXPORT CompositeEditCommand : public EditCommand {
|
| bool mergeBlocksAfterDelete = true,
|
| bool expandForSpecialElements = true,
|
| bool sanitizeMarkup = true);
|
| - void deleteSelection(const VisibleSelection&,
|
| - EditingState*,
|
| - bool smartDelete = false,
|
| - bool mergeBlocksAfterDelete = true,
|
| - bool expandForSpecialElements = true,
|
| - bool sanitizeMarkup = true);
|
| virtual void deleteTextFromNode(Text*, unsigned offset, unsigned count);
|
| bool isRemovableBlock(const Node*);
|
| void insertNodeAfter(Node*, Node* refChild, EditingState*);
|
|
|