| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index e2c64faa42a95e97621bc976505f9ece86c12695..853c57a1a9e77a15697bf6e10f6fa1c748ba1549 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -279,9 +279,6 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
|
| WebRuntimeFeatures::EnableMediaDocumentDownloadButton(
|
| base::FeatureList::IsEnabled(features::kMediaDocumentDownloadButton));
|
|
|
| - WebRuntimeFeatures::EnablePointerEvent(
|
| - base::FeatureList::IsEnabled(features::kPointerEvents));
|
| -
|
| WebRuntimeFeatures::EnablePassiveDocumentEventListeners(
|
| base::FeatureList::IsEnabled(features::kPassiveDocumentEventListeners));
|
|
|
|
|