Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1261)

Unified Diff: third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.h

Issue 2733933003: Move CompositeEditCommand::deleteSelection() to TypingCommand::deleteSelectionIfRange() (Closed)
Patch Set: 2017-03-07T14:29:09 Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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*);
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698