| Index: Source/web/WebSettingsImpl.h
|
| diff --git a/Source/web/WebSettingsImpl.h b/Source/web/WebSettingsImpl.h
|
| index 0d51c1046dc7236f86353097c89564a07f78a90a..f804d119e4514b2ed88c2bb90b9623acc238493c 100644
|
| --- a/Source/web/WebSettingsImpl.h
|
| +++ b/Source/web/WebSettingsImpl.h
|
| @@ -192,6 +192,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; }
|
|
|