| Index: third_party/WebKit/Source/web/WebSettingsImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebSettingsImpl.h b/third_party/WebKit/Source/web/WebSettingsImpl.h
|
| index 00b3dc6ec56107acd455f67946e8ac5601792bc6..f1444885233b4a34f3cfe41812c8a9cf80090784 100644
|
| --- a/third_party/WebKit/Source/web/WebSettingsImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebSettingsImpl.h
|
| @@ -155,6 +155,7 @@ public:
|
| void setShrinksViewportContentToFit(bool) override;
|
| void setSmartInsertDeleteEnabled(bool) override;
|
| void setSpatialNavigationEnabled(bool) override;
|
| + void setSpellCheckEnabledByDefault(bool) override;
|
| void setStandardFontFamily(const WebString&, UScriptCode = USCRIPT_COMMON) override;
|
| void setStrictMixedContentChecking(bool) override;
|
| void setStrictMixedContentCheckingForPlugin(bool) override;
|
|
|