| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index 8116373678081ae006761a06861c3fe7c424e082..28f94df36a106c06b2ac9722e06a28d97c2a0172 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -175,6 +175,9 @@
|
| 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)) {
|
|
|