Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(415)

Unified Diff: content/child/runtime_features.cc

Issue 785323002: Delete the enable/disable layer squashing flags and settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/child/runtime_features.cc
diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
index 28f94df36a106c06b2ac9722e06a28d97c2a0172..8116373678081ae006761a06861c3fe7c424e082 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)) {
« no previous file with comments | « content/browser/renderer_host/render_view_host_impl.cc ('k') | content/public/common/common_param_traits_macros.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698