| Index: third_party/WebKit/Source/core/animation/animatable/AnimatableImage.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/animatable/AnimatableImage.cpp b/third_party/WebKit/Source/core/animation/animatable/AnimatableImage.cpp
|
| index eb2a5139bc7f23ed137c47bb51639d262de9a873..15d3e655374ec29c4e97810fc19aaed36a8cd43c 100644
|
| --- a/third_party/WebKit/Source/core/animation/animatable/AnimatableImage.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/animatable/AnimatableImage.cpp
|
| @@ -55,8 +55,9 @@ PassRefPtr<AnimatableValue> AnimatableImage::interpolateTo(
|
| CSSValue* toValue = toAnimatableImage(value)->toCSSValue();
|
|
|
| return create(CSSCrossfadeValue::create(
|
| - fromValue, toValue, CSSPrimitiveValue::create(
|
| - fraction, CSSPrimitiveValue::UnitType::Number)));
|
| + fromValue, toValue,
|
| + CSSPrimitiveValue::create(fraction,
|
| + CSSPrimitiveValue::UnitType::Number)));
|
| }
|
|
|
| bool AnimatableImage::equalTo(const AnimatableValue* value) const {
|
|
|