| Index: sky/engine/core/css/CSSComputedStyleDeclaration.cpp
|
| diff --git a/sky/engine/core/css/CSSComputedStyleDeclaration.cpp b/sky/engine/core/css/CSSComputedStyleDeclaration.cpp
|
| index dc0b55ce0f6e13556a78f4c4f32943ed96b81d23..3768253c3b7dbee636f68352fa8504c05f2a73ea 100644
|
| --- a/sky/engine/core/css/CSSComputedStyleDeclaration.cpp
|
| +++ b/sky/engine/core/css/CSSComputedStyleDeclaration.cpp
|
| @@ -1279,9 +1279,6 @@ PassRefPtr<CSSValue> CSSComputedStyleDeclaration::getPropertyCSSValue(CSSPropert
|
| if (updateLayout) {
|
| Document& document = m_node->document();
|
|
|
| - // A timing update may be required if a compositor animation is running.
|
| - DocumentAnimations::updateAnimationTimingForGetComputedStyle(*m_node, propertyID);
|
| -
|
| document.updateRenderTreeForNodeIfNeeded(m_node.get());
|
| renderer = m_node->renderer();
|
|
|
|
|