| Index: third_party/WebKit/Source/core/animation/css/CSSAnimations.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/css/CSSAnimations.cpp b/third_party/WebKit/Source/core/animation/css/CSSAnimations.cpp
|
| index 7697301150b78d96daac2c031af693801c388080..e2ad788cadaae075a5d8882b95495bb50ec3b9de 100644
|
| --- a/third_party/WebKit/Source/core/animation/css/CSSAnimations.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/css/CSSAnimations.cpp
|
| @@ -746,8 +746,7 @@ void CSSAnimations::calculateTransitionUpdate(CSSAnimationUpdate& update,
|
| if (!animatingElement)
|
| return;
|
|
|
| - if (animatingElement->document().printing() ||
|
| - animatingElement->document().wasPrinting())
|
| + if (animatingElement->document().finishingOrIsPrinting())
|
| return;
|
|
|
| ElementAnimations* elementAnimations = animatingElement->elementAnimations();
|
|
|