Index: Source/core/page/animation/AnimationBase.cpp |
diff --git a/Source/core/page/animation/AnimationBase.cpp b/Source/core/page/animation/AnimationBase.cpp |
index f5dd049cf0bdd934664cb52310918244667ce84b..2bec9a433e5d563525af8cfb7aa876cbacda52ad 100644 |
--- a/Source/core/page/animation/AnimationBase.cpp |
+++ b/Source/core/page/animation/AnimationBase.cpp |
@@ -564,7 +564,7 @@ void AnimationBase::freezeAtTime(double t) |
else |
m_pauseTime = m_startTime + t - m_animation->delay(); |
- if (m_object && m_object->isComposited()) |
+ if (m_object && m_object->compositingState() == PaintsIntoOwnBacking) |
toRenderBoxModelObject(m_object)->suspendAnimations(m_pauseTime); |
} |