| Index: sky/engine/core/animation/Animation.cpp
|
| diff --git a/sky/engine/core/animation/Animation.cpp b/sky/engine/core/animation/Animation.cpp
|
| index 32924be33d4d376d4179a94c0ceff3e59596486d..d7d3d15bb5adf0ae02baaf7bde903eee6d22c978 100644
|
| --- a/sky/engine/core/animation/Animation.cpp
|
| +++ b/sky/engine/core/animation/Animation.cpp
|
| @@ -276,10 +276,6 @@ bool Animation::affects(CSSPropertyID property) const
|
|
|
| void Animation::cancelAnimationOnCompositor()
|
| {
|
| - // FIXME: cancelAnimationOnCompositor is called from withins style recalc.
|
| - // This queries compositingState, which is not necessarily up to date.
|
| - // https://code.google.com/p/chromium/issues/detail?id=339847
|
| - DisableCompositingQueryAsserts disabler;
|
| if (!hasActiveAnimationsOnCompositor())
|
| return;
|
| if (!m_target || !m_target->renderer())
|
|
|