| Index: Source/web/WebSettingsImpl.h
|
| diff --git a/Source/web/WebSettingsImpl.h b/Source/web/WebSettingsImpl.h
|
| index e8d76afb601d5b91d2a1f4803313fbc22ba300bc..b768fcf7a984f34c10cc83113e6c91846230cb62 100644
|
| --- a/Source/web/WebSettingsImpl.h
|
| +++ b/Source/web/WebSettingsImpl.h
|
| @@ -194,6 +194,7 @@ public:
|
| void setWebSecurityEnabled(bool) override;
|
| void setWideViewportQuirkEnabled(bool) override;
|
| void setXSSAuditorEnabled(bool) override;
|
| + void setAutoplayExperimentMode(const WebString&) override;
|
|
|
| bool showFPSCounter() const { return m_showFPSCounter; }
|
| bool showPaintRects() const { return m_showPaintRects; }
|
|
|