| 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 da39c59509bb6e61036e7ec057ee9cfb30a1bd14..c93dcd75f3a6c88c5d4aaf19c51e62ca73548a9d 100644
|
| --- a/third_party/WebKit/Source/core/animation/CompositorAnimations.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/CompositorAnimations.cpp
|
| @@ -254,7 +254,7 @@ bool CompositorAnimations::isCandidateForAnimationOnCompositor(const Timing& tim
|
| return false;
|
|
|
| if (isTransformRelatedCSSProperty(property)) {
|
| - if (targetElement.layoutObject() && targetElement.layoutObject()->isInline()) {
|
| + if (targetElement.layoutObject() && targetElement.layoutObject()->isInline() && !targetElement.layoutObject()->isInlineBlockOrInlineTable()) {
|
| return false;
|
| }
|
| transformPropertyCount++;
|
|
|