| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index 5dcc65c23b75d536f34609914f2143c5c08df352..2e723340de20f6eceff2916b558004860b572493 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -175,9 +175,6 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
|
| if (command_line.HasSwitch(switches::kEnablePreciseMemoryInfo))
|
| WebRuntimeFeatures::enablePreciseMemoryInfo(true);
|
|
|
| - if (command_line.HasSwitch(switches::kEnableLayerSquashing))
|
| - WebRuntimeFeatures::enableLayerSquashing(true);
|
| -
|
| if (command_line.HasSwitch(switches::kEnableNetworkInformation) ||
|
| command_line.HasSwitch(
|
| switches::kEnableExperimentalWebPlatformFeatures)) {
|
|
|