| Index: cc/layers/layer_utils.cc
|
| diff --git a/cc/layers/layer_utils.cc b/cc/layers/layer_utils.cc
|
| index 0289e2a1811144e751e9e36dae2355a61fdaa245..0eeab138ce75496236405c55faad29c2a894f750 100644
|
| --- a/cc/layers/layer_utils.cc
|
| +++ b/cc/layers/layer_utils.cc
|
| @@ -18,7 +18,7 @@ bool HasTransformAnimationThatInflatesBounds(const LayerImpl& layer) {
|
| }
|
|
|
| inline bool HasAncestorTransformAnimation(const TransformNode* transform_node) {
|
| - return transform_node->data.to_screen_is_animated;
|
| + return transform_node->data.to_screen_is_potentially_animated;
|
| }
|
|
|
| inline bool HasAncestorFilterAnimation(const LayerImpl& layer) {
|
|
|