| 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 396f50b2280855af85e945b939658ffc86715a2e..8f3a6c9793a51c0b05fc88871e38f5e663af0c11 100644
|
| --- a/third_party/WebKit/Source/web/WebSettingsImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebSettingsImpl.h
|
| @@ -97,6 +97,7 @@ public:
|
| void setExperimentalWebGLEnabled(bool) override;
|
| void setFantasyFontFamily(const WebString&, UScriptCode = USCRIPT_COMMON) override;
|
| void setFixedFontFamily(const WebString&, UScriptCode = USCRIPT_COMMON) override;
|
| + void setForcePreloadNoneForMediaElements(bool) override;
|
| void setForceZeroLayoutHeight(bool) override;
|
| void setFullscreenSupported(bool) override;
|
| void setHistoryEntryRequiresUserGesture(bool) override;
|
|
|