diff options
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)) { |