| 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 8f3a6c9793a51c0b05fc88871e38f5e663af0c11..be6a46631dafb2d15c61f0809af0f9a727afa043 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;
|
|
|