| Index: content/public/common/content_features.cc
|
| diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc
|
| index 66ecbba63120635235ca8b08019cd66e73d2f6b2..7bc8c92329eeab0d605e0f2daa5062823a157df3 100644
|
| --- a/content/public/common/content_features.cc
|
| +++ b/content/public/common/content_features.cc
|
| @@ -112,7 +112,7 @@ const base::Feature kPassiveEventListenersDueToFling{
|
|
|
| // Pointer events support.
|
| const base::Feature kPointerEvents{"PointerEvent",
|
| - base::FEATURE_DISABLED_BY_DEFAULT};
|
| + base::FEATURE_ENABLED_BY_DEFAULT};
|
|
|
| // Whether pointer event capturing follow v1 spec instead of v2 proposal.
|
| // See https://rawgit.com/w3c/pointerevents/reduce-hit-tests/index.html.
|
|
|