| 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 a6eae28f9d91e5fdab5f925a60ee15f32bc90bd3..0c4ec8c01290c4d322a38e09e217bda936a7c27d 100644
|
| --- a/third_party/WebKit/Source/web/WebSettingsImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebSettingsImpl.h
|
| @@ -208,6 +208,7 @@ class WEB_EXPORT WebSettingsImpl final : NON_EXPORTED_BASE(public WebSettings) {
|
| void setExpensiveBackgroundThrottlingInitialBudget(float) override;
|
| void setExpensiveBackgroundThrottlingMaxBudget(float) override;
|
| void setExpensiveBackgroundThrottlingMaxDelay(float) override;
|
| + void setMediaControlsEnabled(bool) override;
|
|
|
| bool showFPSCounter() const { return m_showFPSCounter; }
|
| bool showPaintRects() const { return m_showPaintRects; }
|
|
|