Index: third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.cpp |
diff --git a/third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.cpp b/third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.cpp |
index 6641d8abc3643b2a574912dfe67815257a195630..cc0489fb1b0fc077f1ad2646accb2f9734ab632a 100644 |
--- a/third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.cpp |
+++ b/third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.cpp |
@@ -620,6 +620,7 @@ PassRefPtr<AnimatableValue> CSSAnimatableValueFactory::create( |
return createFromLength(style.offsetDistance(), style); |
case CSSPropertyOffsetPosition: |
return createFromLengthPoint(style.offsetPosition(), style); |
+ case CSSPropertyOffsetRotate: |
case CSSPropertyOffsetRotation: |
return createFromDoubleAndBool( |
style.offsetRotation().angle, |