Commit 89cc962f authored by chrishtr@chromium.org's avatar chrishtr@chromium.org

Turn on the squashing runtime setting if specified on the commandline.

BUG=

Review URL: https://codereview.chromium.org/282653002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270002 0039d316-1c4b-4281-b951-d872f2087c98
parent c3c754b8
......@@ -155,6 +155,9 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
if (command_line.HasSwitch(switches::kEnablePreciseMemoryInfo))
WebRuntimeFeatures::enablePreciseMemoryInfo(true);
if (command_line.HasSwitch(switches::kEnableLayerSquashing))
WebRuntimeFeatures::enableLayerSquashing(true);
}
} // namespace content
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment