| Index: Source/core/animation/animatable/AnimatableDoubleAndBool.cpp
|
| diff --git a/Source/core/animation/animatable/AnimatableDoubleAndBool.cpp b/Source/core/animation/animatable/AnimatableDoubleAndBool.cpp
|
| index 0bdc98ab48c73d73d9096063a736b708cacb7c30..cc2a85d691c2039dbf2d25ecbc161edc1931cfc2 100644
|
| --- a/Source/core/animation/animatable/AnimatableDoubleAndBool.cpp
|
| +++ b/Source/core/animation/animatable/AnimatableDoubleAndBool.cpp
|
| @@ -15,7 +15,7 @@ bool AnimatableDoubleAndBool::usesDefaultInterpolationWith(const AnimatableValue
|
| return flag() != other->flag();
|
| }
|
|
|
| -PassRefPtrWillBeRawPtr<AnimatableValue> AnimatableDoubleAndBool::interpolateTo(const AnimatableValue* value, double fraction) const
|
| +AnimatableValue* AnimatableDoubleAndBool::interpolateTo(const AnimatableValue* value, double fraction) const
|
| {
|
| const AnimatableDoubleAndBool* other = toAnimatableDoubleAndBool(value);
|
| if (flag() == other->flag())
|
|
|