| Index: Source/core/animation/ActiveAnimations.cpp
|
| diff --git a/Source/core/animation/ActiveAnimations.cpp b/Source/core/animation/ActiveAnimations.cpp
|
| index 938e0dff9697bc8e9ae43b5d3c1a1a8ae1746e7c..813b027926a3c89749f45b1b0dd05d9d466c2854 100644
|
| --- a/Source/core/animation/ActiveAnimations.cpp
|
| +++ b/Source/core/animation/ActiveAnimations.cpp
|
| @@ -43,7 +43,7 @@ bool shouldCompositeForActiveAnimations(const RenderObject& renderer)
|
| const Element* element = toElement(renderer.node());
|
| if (const ActiveAnimations* activeAnimations = element->activeAnimations()) {
|
| if (activeAnimations->hasActiveAnimations(CSSPropertyOpacity)
|
| - || activeAnimations->hasActiveAnimations(CSSPropertyWebkitTransform)
|
| + || activeAnimations->hasActiveAnimations(CSSPropertyTransform)
|
| || activeAnimations->hasActiveAnimations(CSSPropertyWebkitFilter))
|
| return true;
|
| }
|
|
|