| 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 95178e0900a395bf8d3ca5df686830946b355bfe..4508d263d18ec041924bcf05e41fc4d74202fa11 100644
|
| --- a/third_party/WebKit/Source/web/WebSettingsImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebSettingsImpl.h
|
| @@ -120,7 +120,6 @@ class WEB_EXPORT WebSettingsImpl final : NON_EXPORTED_BASE(public WebSettings) {
|
| void setMainFrameClipsContent(bool) override;
|
| void setMainFrameResizesAreOrientationChanges(bool) override;
|
| void setMaxTouchPoints(int) override;
|
| - void setMediaControlsOverlayPlayButtonEnabled(bool) override;
|
| void setMediaPlaybackRequiresUserGesture(bool) override;
|
| void setMediaPlaybackGestureWhitelistScope(const WebString&) override;
|
| void setPresentationRequiresUserGesture(bool) override;
|
|
|