Add option to turn on/off auto correct word
This commit is contained in:
parent
f6c66e7ece
commit
90b2d12371
4 changed files with 20 additions and 9 deletions
|
@ -47,6 +47,7 @@ class WebFrame : public mate::Wrappable {
|
|||
// Set the provider that will be used by SpellCheckClient for spell check.
|
||||
void SetSpellCheckProvider(mate::Arguments* args,
|
||||
const std::string& language,
|
||||
bool auto_spell_correct_turned_on,
|
||||
v8::Handle<v8::Object> provider);
|
||||
|
||||
// mate::Wrappable:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue