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

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

Issue 2742753002: Make SpellChecker::clearMisspellingsForMovingParagraphs() to take SelectionInDOMTree (Closed)
Patch Set: 2017-03-09T18:27:07 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/spellcheck/SpellChecker.h
diff --git a/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h b/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h
index 6782bea8080a33de369ffd1fd403f2a8287f7197..c24b34a98946d02895465f2eb1ae7ae46af726c8 100644
--- a/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h
+++ b/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h
@@ -68,7 +68,7 @@ class CORE_EXPORT SpellChecker final : public GarbageCollected<SpellChecker> {
void advanceToNextMisspelling(bool startBeforeSelection = false);
void showSpellingGuessPanel();
void didBeginEditing(Element*);
- void clearMisspellingsForMovingParagraphs(const VisibleSelection&);
+ void clearMisspellingsForMovingParagraphs(const SelectionInDOMTree&);
void markMisspellingsForMovingParagraphs(const VisibleSelection&);
void respondToChangedContents();
void respondToChangedSelection(const Position& oldSelectionStart,

Powered by Google App Engine
This is Rietveld 408576698