| Index: cc/layers/picture_layer_impl.cc
|
| diff --git a/cc/layers/picture_layer_impl.cc b/cc/layers/picture_layer_impl.cc
|
| index de176c30d5f69069bb070bb5ae12ef7c1478d8ec..c294a330635797c82f7186c4768a87962738ba23 100644
|
| --- a/cc/layers/picture_layer_impl.cc
|
| +++ b/cc/layers/picture_layer_impl.cc
|
| @@ -881,7 +881,7 @@ void PictureLayerImpl::MarkVisibleResourcesAsRequired() const {
|
| // If this layer and its twin have different transforms, then don't compare
|
| // them and only allow activating to high res tiles, since tiles on each
|
| // layer will be in different places on screen.
|
| - if (twin_layer_->layer_tree_impl()->RequiresHighResToDraw() ||
|
| + if (layer_tree_impl()->RequiresHighResToDraw() ||
|
| bounds() != twin_layer_->bounds() ||
|
| draw_properties().screen_space_transform !=
|
| twin_layer_->draw_properties().screen_space_transform) {
|
|
|