diff options
author | pdr <pdr@chromium.org> | 2015-09-16 11:34:19 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-09-16 18:35:58 +0000 |
commit | b42dfda3dd350ddac88a682cc094d816ab054090 (patch) | |
tree | 8f8e49fdbcb36415495c9cd2f2b46ba8beafadfd /blimp/common | |
parent | c9d5f8671ddfbc4d8a6c2988e4818517c19f7de2 (diff) | |
download | chromium_src-b42dfda3dd350ddac88a682cc094d816ab054090.zip chromium_src-b42dfda3dd350ddac88a682cc094d816ab054090.tar.gz chromium_src-b42dfda3dd350ddac88a682cc094d816ab054090.tar.bz2 |
Remove non-slimming-paint codepaths in chrome
Slimming paint has shipped so the non-sp codepaths are rapidly rotting.
This patch removes the slimming paint codepaths in chrome while leaving
the removal of PicturePile and ContentLayerClient::PaintContents to a
followup.
BUG=524314
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
Review URL: https://codereview.chromium.org/1343493003
Cr-Commit-Position: refs/heads/master@{#349168}
Diffstat (limited to 'blimp/common')
-rw-r--r-- | blimp/common/compositor/blimp_layer_tree_settings.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/blimp/common/compositor/blimp_layer_tree_settings.cc b/blimp/common/compositor/blimp_layer_tree_settings.cc index a400b59..308612a 100644 --- a/blimp/common/compositor/blimp_layer_tree_settings.cc +++ b/blimp/common/compositor/blimp_layer_tree_settings.cc @@ -79,7 +79,6 @@ void PopulateCommonLayerTreeSettings(cc::LayerTreeSettings* settings) { !cmd.HasSwitch(cc::switches::kDisableMainFrameBeforeActivation); settings->accelerated_animation_enabled = !cmd.HasSwitch(cc::switches::kDisableThreadedAnimation); - settings->use_display_lists = cmd.HasSwitch(switches::kEnableSlimmingPaint); settings->default_tile_size = gfx::Size(256, 256); if (cmd.HasSwitch(switches::kDefaultTileWidth)) { |