Chromium Code Reviews| 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.
|