Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(965)

Unified Diff: third_party/WebKit/Source/web/WebSettingsImpl.h

Issue 2640143002: Allow autoplay unmuted for WebAPK in the manifest scope (Closed)
Patch Set: fixed Android build and layout tests Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 d228e294d27daf5d6cdc289f2193e1db2aae3e18..ba60c0537b3193a46a579c9bc2b55ef86a82e25e 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;

Powered by Google App Engine
This is Rietveld 408576698