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

Unified Diff: third_party/WebKit/Source/core/editing/iterators/TextIterator.h

Issue 2746153008: Fix bug causing TextIterator to duplicate leading spaces (Closed)
Patch Set: Remove obsolete comment 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/iterators/TextIterator.h
diff --git a/third_party/WebKit/Source/core/editing/iterators/TextIterator.h b/third_party/WebKit/Source/core/editing/iterators/TextIterator.h
index 14100cfaf6dbaa72276dc90e3766c131899daf88..7972df9a39c3b20d2fd48faf140198501d182dfe 100644
--- a/third_party/WebKit/Source/core/editing/iterators/TextIterator.h
+++ b/third_party/WebKit/Source/core/editing/iterators/TextIterator.h
@@ -155,7 +155,6 @@ class CORE_TEMPLATE_CLASS_EXPORT TextIteratorAlgorithm {
int textEndOffset);
size_t restoreCollapsedTrailingSpace(InlineTextBox* nextTextBox,
size_t subrunEnd);
- unsigned restoreCollapsedLeadingSpace(unsigned runStart);
// Used by selection preservation code. There should be one character emitted
// between every VisiblePosition in the Range used to create the TextIterator.

Powered by Google App Engine
This is Rietveld 408576698