| Index: third_party/WebKit/Source/platform/animation/AnimationTranslationUtil.cpp
|
| diff --git a/third_party/WebKit/Source/platform/animation/AnimationTranslationUtil.cpp b/third_party/WebKit/Source/platform/animation/AnimationTranslationUtil.cpp
|
| index 4c8b9d079e7f32b39542a62dabd82a51c6b2739e..b6f9f765a3b5beee849b038c967a48e490cf5d26 100644
|
| --- a/third_party/WebKit/Source/platform/animation/AnimationTranslationUtil.cpp
|
| +++ b/third_party/WebKit/Source/platform/animation/AnimationTranslationUtil.cpp
|
| @@ -109,6 +109,7 @@ void toCompositorTransformOperations(
|
| outTransformOperations->appendPerspective(transform->perspective());
|
| break;
|
| }
|
| + case TransformOperation::RotateAroundOrigin:
|
| case TransformOperation::Interpolated: {
|
| TransformationMatrix m;
|
| operation->apply(m, FloatSize());
|
|
|