| 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 2bce0232699428dc200af72a1072e8f65c8577cc..82620e4a10b1002f021d7bf1102e664729219c44 100644
|
| --- a/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h
|
| +++ b/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h
|
| @@ -70,7 +70,7 @@ class CORE_EXPORT SpellChecker final : public GarbageCollected<SpellChecker> {
|
| const VisibleSelection&);
|
| void markMisspellingsAndBadGrammarForMovingParagraphs(
|
| const VisibleSelection&);
|
| - void respondToChangedSelection(const VisibleSelection& oldSelection,
|
| + void respondToChangedSelection(const Position& oldSelectionStart,
|
| FrameSelection::SetSelectionOptions);
|
| void replaceMisspelledRange(const String&);
|
| void removeSpellingMarkers();
|
| @@ -123,7 +123,7 @@ class CORE_EXPORT SpellChecker final : public GarbageCollected<SpellChecker> {
|
| void markMisspellingsAndBadGrammar(const VisibleSelection&);
|
| void chunkAndMarkAllMisspellingsAndBadGrammar(
|
| const TextCheckingParagraph& fullParagraphToCheck);
|
| - void spellCheckOldSelection(const VisibleSelection& oldSelection,
|
| + void spellCheckOldSelection(const Position& oldSelectionStart,
|
| const VisibleSelection& newAdjacentWords);
|
|
|
| Member<LocalFrame> m_frame;
|
|
|