| 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 09969f1127ab4fd6b5566b9d3b8638b76f1a9399..a21b4ffdcb517cf4fec0bbc9a73d63fbab56f9dc 100644
|
| --- a/third_party/WebKit/Source/core/frame/Settings.in
|
| +++ b/third_party/WebKit/Source/core/frame/Settings.in
|
| @@ -408,3 +408,9 @@ wheelGesturesEnabled initial=false
|
| # event listener that caused an event to be dispatched to main thread and
|
| # delayed by more than the specified time (in seconds).
|
| blockedMainThreadEventsWarningThreshold type=double, initial=0
|
| +
|
| +# 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
|
|
|