| Index: third_party/WebKit/Source/web/SpellCheckerClientImpl.h
|
| diff --git a/third_party/WebKit/Source/web/SpellCheckerClientImpl.h b/third_party/WebKit/Source/web/SpellCheckerClientImpl.h
|
| index 6aab8eb86c202119ba3a868b0eb1cec9561b2a84..a1368b5037a2257babd4b3f671e10a75f001a8d5 100644
|
| --- a/third_party/WebKit/Source/web/SpellCheckerClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/SpellCheckerClientImpl.h
|
| @@ -45,8 +45,8 @@ public:
|
|
|
| ~SpellCheckerClientImpl() override;
|
|
|
| - bool isContinuousSpellCheckingEnabled() override;
|
| - void toggleContinuousSpellChecking() override;
|
| + bool isSpellCheckingEnabled() override;
|
| + void toggleSpellCheckingEnabled() override;
|
| void checkSpellingOfString(const String&, int* misspellingLocation, int* misspellingLength) override;
|
| void updateSpellingUIWithMisspelledWord(const String&) override;
|
| void showSpellingUI(bool show) override;
|
|
|