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

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

Issue 1660193007: [Presentation API] Adding a flag to disable gesture check for starting presentations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed philipj@'s comment Created 4 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 411353e95dc946b0852d1d2a3f006ad715608384..1708e83436fa644998c13af3c6823eeb5fe4db7d 100644
--- a/third_party/WebKit/Source/web/WebSettingsImpl.h
+++ b/third_party/WebKit/Source/web/WebSettingsImpl.h
@@ -114,6 +114,7 @@ public:
void setMaxTouchPoints(int) override;
void setMediaControlsOverlayPlayButtonEnabled(bool) override;
void setMediaPlaybackRequiresUserGesture(bool) override;
+ void setPresentationRequiresUserGesture(bool) override;
void setMinimumAccelerated2dCanvasSize(int) override;
void setMinimumFontSize(int) override;
void setMinimumLogicalFontSize(int) override;

Powered by Google App Engine
This is Rietveld 408576698