| 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 c4660496b8f6997fe9d7a89064978aa1e53d1b06..ba3123742528399760a0cabb31a5984300acb197 100644
|
| --- a/third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.cpp
|
| @@ -494,6 +494,8 @@ PassRefPtr<AnimatableValue> CSSAnimatableValueFactory::create(
|
| return createFromLengthPoint(style.objectPosition(), style);
|
| case CSSPropertyOpacity:
|
| return createFromDouble(style.opacity());
|
| + case CSSPropertyOrder:
|
| + return createFromDouble(style.order());
|
| case CSSPropertyOrphans:
|
| return createFromDouble(style.orphans());
|
| case CSSPropertyOutlineColor:
|
|
|