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

Unified Diff: content/public/common/content_features.cc

Issue 2501073002: Enable Root Document Level Passive Event Listeners (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « content/child/runtime_features.cc ('k') | third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « content/child/runtime_features.cc ('k') | third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698