| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index 20020abfb1796ed727c20167704d02b5e5e3c8ad..556df2fcd6f8676d2923423cab9c8d3f34fafa59 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -252,8 +252,8 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
|
| WebRuntimeFeatures::enableMediaDocumentDownloadButton(
|
| base::FeatureList::IsEnabled(features::kMediaDocumentDownloadButton));
|
|
|
| - if (base::FeatureList::IsEnabled(features::kPointerEvents))
|
| - WebRuntimeFeatures::enablePointerEvent(true);
|
| + WebRuntimeFeatures::enablePointerEvent(
|
| + base::FeatureList::IsEnabled(features::kPointerEvents));
|
|
|
| if (base::FeatureList::IsEnabled(features::kPointerEventV1SpecCapturing))
|
| WebRuntimeFeatures::enablePointerEventV1SpecCapturing(true);
|
|
|