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

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

Issue 2755013004: Improve how DocumentMarkerController updates markers in response to text edits (Closed)
Patch Set: Rebase (Vector::remove() => Vector::erase()) 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
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 d4d1f9b32f00e9fa744e3127bc251ca94a08c672..471e187d4a7ca5a6c4927b8fc233d85365fd9628 100644
--- a/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.h
+++ b/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.h
@@ -156,10 +156,6 @@ class CORE_EXPORT CompositeEditCommand : public EditCommand {
unsigned count,
const String& replacementText);
Position replaceSelectedTextInNode(const String&);
- void replaceTextInNodePreservingMarkers(Text*,
- unsigned offset,
- unsigned count,
- const String& replacementText);
Position positionOutsideTabSpan(const Position&);
void setNodeAttribute(Element*,
const QualifiedName& attribute,

Powered by Google App Engine
This is Rietveld 408576698