| Index: cc/animation/element_animations.cc
|
| diff --git a/cc/animation/element_animations.cc b/cc/animation/element_animations.cc
|
| index 9365c4f1eb3a7eb85e37136400cf4e7cae7740c4..5e30ac1db8e79b181720c6c4b8d1231d48b17eff 100644
|
| --- a/cc/animation/element_animations.cc
|
| +++ b/cc/animation/element_animations.cc
|
| @@ -241,6 +241,8 @@ bool ElementAnimations::TransformAnimationBoundsForBox(
|
| *bounds = gfx::BoxF();
|
|
|
| for (auto& player : players_list_) {
|
| + if (!player.HasTransformAnimationThatInflatesBounds())
|
| + continue;
|
| gfx::BoxF player_bounds;
|
| bool success = player.TransformAnimationBoundsForBox(box, &player_bounds);
|
| if (!success)
|
|
|