| 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 ba3123742528399760a0cabb31a5984300acb197..8e85181ed14312d21aeed6a3bbe80f8ddc761482 100644
|
| --- a/third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.cpp
|
| @@ -627,6 +627,8 @@ PassRefPtr<AnimatableValue> CSSAnimatableValueFactory::create(
|
| return createFromLengthPoint(style.offsetAnchor(), style);
|
| case CSSPropertyOffsetDistance:
|
| return createFromLength(style.offsetDistance(), style);
|
| + case CSSPropertyOffsetPath:
|
| + return createFromPath(style.offsetPath());
|
| case CSSPropertyOffsetPosition:
|
| return createFromLengthPoint(style.offsetPosition(), style);
|
| case CSSPropertyOffsetRotate:
|
|
|