| 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 b5982071f26d3709328184b1b17b2b225371df09..5f464d36eb95a0644b7fe7fee86b1b0e33a39a65 100644
|
| --- a/third_party/WebKit/Source/core/frame/Settings.in
|
| +++ b/third_party/WebKit/Source/core/frame/Settings.in
|
| @@ -403,3 +403,9 @@ 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
|
| +
|
| +# Ability to override the default 'passive' value in AddEventListenerOptions. This
|
| +# is useful to demonstrate the power of passive event listeners. This can be removed
|
| +# when there is greater adoption, interventions to force it on and associated devtools
|
| +# to enable it have been shipped.
|
| +passiveListenerDefault type=PassiveListenerDefault, initial=PassiveListenerDefault::False
|
|
|