| 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..2489ac4d85d5437500c4a61f13e15b33efcf6ba0 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()->canTransformOnCompositor()) {
|
| return false;
|
| }
|
| transformPropertyCount++;
|
|
|