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

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 Created 3 years, 8 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 412fe58f30589b86576f69af4a452ffddc00f797..f8307c23fd9e2c92ab1447957b3c8978bcaf309b 100644
--- a/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.h
+++ b/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.h
@@ -157,10 +157,6 @@ class CORE_EXPORT CompositeEditCommand : public EditCommand {
unsigned count,
const String& replacement_text);
Position ReplaceSelectedTextInNode(const String&);
- void ReplaceTextInNodePreservingMarkers(Text*,
- unsigned offset,
- unsigned count,
- const String& replacement_text);
Position PositionOutsideTabSpan(const Position&);
void SetNodeAttribute(Element*,
const QualifiedName& attribute,

Powered by Google App Engine
This is Rietveld 408576698