Commit 17622666 authored by lanwei's avatar lanwei Committed by Commit bot

Enable PassiveDocumentEventListeners feature

We decide to ship the intervention of 'Uncancelable Touch Events During A Fling',
so enable 'PassiveDocumentEventListeners' feature.

Below is the link to the discussion on blink-dev
https://groups.google.com/a/chromium.org/d/topic/blink-dev/wJGmsdYxwrg/discussion

BUG=595327

Review-Url: https://codereview.chromium.org/2556723006
Cr-Commit-Position: refs/heads/master@{#437544}
parent 5e31394d
......@@ -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",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment