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

Unified Diff: third_party/WebKit/Source/core/frame/Settings.in

Issue 1965493002: Add runtime setting to force passive event listeners. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/core/frame/Settings.in
diff --git a/third_party/WebKit/Source/core/frame/Settings.in b/third_party/WebKit/Source/core/frame/Settings.in
index e90d06cbc4e2f1a9cad71d17311fe414520abfbb..022806c02685c08b76892809561889c9e71371d8 100644
--- a/third_party/WebKit/Source/core/frame/Settings.in
+++ b/third_party/WebKit/Source/core/frame/Settings.in
@@ -400,3 +400,5 @@ resizeIsDeviceSizeChange initial=false
# Whether the browser process sends gesture events for wheel events.
# Can be removed when crbug.com/598798 is fixed.
wheelGesturesEnabled initial=false
+
+passiveListenerDefault type=PassiveListenerDefault, initial=PassiveListenerDefault::False
Rick Byers 2016/05/09 21:48:48 nit: please add a comment. There's an effort to r
dtapuska 2016/05/11 20:01:10 Done.

Powered by Google App Engine
This is Rietveld 408576698