| Index: third_party/WebKit/Source/core/animation/CompositorAnimations.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/CompositorAnimations.cpp b/third_party/WebKit/Source/core/animation/CompositorAnimations.cpp
|
| index 776a6d452776a33388b92315943d5b101573c061..2e9ee1da8ec44e6bc900a7382cc004a276f62115 100644
|
| --- a/third_party/WebKit/Source/core/animation/CompositorAnimations.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/CompositorAnimations.cpp
|
| @@ -241,7 +241,7 @@ bool CompositorAnimations::isCandidateForAnimationOnCompositor(const Timing& tim
|
| return false;
|
|
|
| if (isTransformRelatedCSSProperty(property)) {
|
| - if (targetElement.layoutObject() && targetElement.layoutObject()->isInline() && !targetElement.layoutObject()->isInlineBlockOrInlineTable()) {
|
| + if (targetElement.layoutObject() && !targetElement.layoutObject()->isTransformApplicable()) {
|
| return false;
|
| }
|
| transformPropertyCount++;
|
|
|