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

Unified Diff: third_party/WebKit/Source/core/editing/spellcheck/TextCheckingParagraph.h

Issue 2909923005: Expand TextCheckingParagraph::OffsetTo() into SelectionController::MarkAndReplaceFor() (Closed)
Patch Set: 2017-05-30T18:54:14 Created 3 years, 7 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/spellcheck/TextCheckingParagraph.h
diff --git a/third_party/WebKit/Source/core/editing/spellcheck/TextCheckingParagraph.h b/third_party/WebKit/Source/core/editing/spellcheck/TextCheckingParagraph.h
index 24d9cae0b363ce3da0df59f735f6640d36da3e07..dc0670e338d7bf20522533eefe18af93326ba0a8 100644
--- a/third_party/WebKit/Source/core/editing/spellcheck/TextCheckingParagraph.h
+++ b/third_party/WebKit/Source/core/editing/spellcheck/TextCheckingParagraph.h
@@ -41,7 +41,6 @@ class TextCheckingParagraph {
int RangeLength() const;
EphemeralRange Subrange(int character_offset, int character_count) const;
- int OffsetTo(const Position&) const;
void ExpandRangeToNextEnd();
const String& GetText() const;

Powered by Google App Engine
This is Rietveld 408576698