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

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

Issue 2556723006: Enable PassiveDocumentEventListeners feature (Closed)
Patch Set: Created 4 years 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 | « no previous file | no next file » | 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 57f1ba6bab59e94fb6803fc4eecf3e7526abd1ed..c196289294c8dc4ecab9ed6f55a2a6e6a3239a77 100644
--- a/content/public/common/content_features.cc
+++ b/content/public/common/content_features.cc
@@ -136,7 +136,7 @@ const base::Feature kPassiveDocumentEventListeners{
// Whether we should force a touchstart and first touchmove per scroll event
// listeners to be 'passive' during fling.
const base::Feature kPassiveEventListenersDueToFling{
- "PassiveEventListenersDueToFling", base::FEATURE_DISABLED_BY_DEFAULT};
+ "PassiveEventListenersDueToFling", base::FEATURE_ENABLED_BY_DEFAULT};
// Pointer events support.
const base::Feature kPointerEvents{"PointerEvent",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698