| 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 668a3ba48d138b6b63273e6174ca522fb3310c78..d905994f4abae9a846f2d1e9ef9a015c4c1a3d20 100644
|
| --- a/third_party/WebKit/Source/web/WebSettingsImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebSettingsImpl.h
|
| @@ -153,6 +153,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;
|
|
|