| Index: content/public/common/content_features.cc
|
| diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc
|
| index 656b8fb78f25e535e8a6834d33a8675d84a6471b..df35a2a504f97ece8f884adce15bcf583f3075c7 100644
|
| --- a/content/public/common/content_features.cc
|
| +++ b/content/public/common/content_features.cc
|
| @@ -132,7 +132,7 @@ const base::Feature kParseHTMLOnMainThread{"ParseHTMLOnMainThread",
|
|
|
| // Whether document level event listeners should default 'passive' to true.
|
| const base::Feature kPassiveDocumentEventListeners{
|
| - "PassiveDocumentEventListeners", base::FEATURE_DISABLED_BY_DEFAULT};
|
| + "PassiveDocumentEventListeners", base::FEATURE_ENABLED_BY_DEFAULT};
|
|
|
| // Whether we should force a touchstart and first touchmove per scroll event
|
| // listeners to be 'passive' during fling.
|
|
|