зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1708422: part 3) Add some documentation to `mozInlineSpellChecker::CheckWordsAndAddRangesForMisspellings`. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D114097
This commit is contained in:
Родитель
bdb1583dff
Коммит
ff7e90c539
|
@ -320,6 +320,8 @@ class mozInlineSpellChecker final : public nsIInlineSpellChecker,
|
|||
void StartToListenToEditSubActions() { mIsListeningToEditSubActions = true; }
|
||||
void EndListeningToEditSubActions() { mIsListeningToEditSubActions = false; }
|
||||
|
||||
// Creates an async request to check the words and add the ranges for the
|
||||
// misspellings.
|
||||
void CheckWordsAndAddRangesForMisspellings(
|
||||
mozilla::dom::Selection* aSpellCheckSelection,
|
||||
const nsTArray<nsString>& aWords, nsTArray<NodeOffsetRange>&& aRanges);
|
||||
|
|
Загрузка…
Ссылка в новой задаче