| 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 21cb31296606b41ad8fcb5522d77c58383247778..a6eae28f9d91e5fdab5f925a60ee15f32bc90bd3 100644
|
| --- a/third_party/WebKit/Source/web/WebSettingsImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebSettingsImpl.h
|
| @@ -122,6 +122,7 @@ class WEB_EXPORT WebSettingsImpl final : NON_EXPORTED_BASE(public WebSettings) {
|
| void setMaxTouchPoints(int) override;
|
| void setMediaControlsOverlayPlayButtonEnabled(bool) override;
|
| void setMediaPlaybackRequiresUserGesture(bool) override;
|
| + void setMediaPlaybackGestureWhitelistScope(const WebString&) override;
|
| void setPresentationRequiresUserGesture(bool) override;
|
| void setMinimumAccelerated2dCanvasSize(int) override;
|
| void setMinimumFontSize(int) override;
|
|
|