| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index 6233f24d614a99da1a82629c06a8ea7bec662e41..170d273a9f52efe7b45125f963d7d811f351c7b1 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -229,10 +229,8 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
|
| WebRuntimeFeatures::enableMediaDocumentDownloadButton(
|
| base::FeatureList::IsEnabled(features::kMediaDocumentDownloadButton));
|
|
|
| - if (base::FeatureList::IsEnabled(features::kPointerEvents)) {
|
| - WebRuntimeFeatures::enableFeatureFromString(
|
| - std::string("PointerEvent"), true);
|
| - }
|
| + if (base::FeatureList::IsEnabled(features::kPointerEvents))
|
| + WebRuntimeFeatures::enableFeatureFromString("PointerEvent", true);
|
|
|
| WebRuntimeFeatures::enableFeatureFromString(
|
| "FontCacheScaling",
|
|
|