Index: cc/layers/layer.cc |
diff --git a/cc/layers/layer.cc b/cc/layers/layer.cc |
index d795670192770cf273875a4bf29e67db9a660aa0..af3fc67471c847f0d6fbaf5dadc00d0838b983e5 100644 |
--- a/cc/layers/layer.cc |
+++ b/cc/layers/layer.cc |
@@ -1150,7 +1150,7 @@ void Layer::PushPropertiesTo(LayerImpl* layer) { |
// TODO(enne): This is needed because CDP does this. Once main thread CDP |
// goes away, content scale / bounds can be removed. |
- if (layer_tree_host()->settings().impl_side_painting) { |
+ if (layer_tree_host()->using_only_property_trees()) { |
layer->SetContentsScale(1.f, 1.f); |
layer->SetContentBounds(bounds()); |
} else { |