Chromium Code Reviews| 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 b0aeacc161cd295e53190882534668ea61395c60..726ed42465f2c639c69ed9bc73427e15ce44ba75 100644 |
| --- a/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h |
| +++ b/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h |
| @@ -77,6 +77,7 @@ class CORE_EXPORT SpellChecker final : public GarbageCollected<SpellChecker> { |
| FrameSelection::SetSelectionOptions); |
| Optional<std::pair<Node*, SpellCheckMarker*>> |
| GetSpellCheckMarkerUnderSelection(); |
| + String SelectMisspellingAsync(String& description); |
|
yosin_UTC9
2017/07/12 05:11:48
Could you return std::pair<String, String> to avoi
|
| void ReplaceMisspelledRange(const String&); |
| void RemoveSpellingMarkers(); |
| void RemoveSpellingMarkersUnderWords(const Vector<String>& words); |