| 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 82bed5f90a1fa5e49fec7803ac7af268f5792734..6adcc1cc3a425d514a60627a3fd8b90f946d6248 100644
|
| --- a/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h
|
| +++ b/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h
|
| @@ -106,12 +106,10 @@ private:
|
| void markAllMisspellingsInRange(const EphemeralRange& spellingRange);
|
| void spellCheckOldSelection(const VisibleSelection& oldSelection, const VisibleSelection& newAdjacentWords);
|
|
|
| - TextCheckingTypeMask resolveTextCheckingTypeMask(TextCheckingTypeMask);
|
| -
|
| void removeMarkers(const VisibleSelection&, DocumentMarker::MarkerTypes);
|
| bool unifiedTextCheckerEnabled() const;
|
|
|
| - void chunkAndMarkAllMisspellingsAndBadGrammar(TextCheckingTypeMask textCheckingOptions, const TextCheckingParagraph& fullParagraphToCheck);
|
| + void chunkAndMarkAllMisspellings(const TextCheckingParagraph& fullParagraphToCheck);
|
|
|
| Member<LocalFrame> m_frame;
|
| const Member<SpellCheckRequester> m_spellCheckRequester;
|
|
|