| Index: Source/core/animation/Interpolation.h
|
| diff --git a/Source/core/animation/Interpolation.h b/Source/core/animation/Interpolation.h
|
| index 28b03b517a2c47f492c604e67799156eb4b23b71..8bc64e84eed37ceed294d0c9198d1e9a5724769e 100644
|
| --- a/Source/core/animation/Interpolation.h
|
| +++ b/Source/core/animation/Interpolation.h
|
| @@ -44,7 +44,6 @@ private:
|
|
|
| friend class AnimationInterpolableValueTest;
|
| friend class AnimationInterpolationEffectTest;
|
| -
|
| };
|
|
|
| class StyleInterpolation : public Interpolation {
|
| @@ -83,7 +82,7 @@ public:
|
| virtual void apply(StyleResolverState&) const;
|
|
|
| virtual bool isLegacyStyleInterpolation() const OVERRIDE FINAL { return true; }
|
| - AnimatableValue* currentValue() const
|
| + PassRefPtr<AnimatableValue> currentValue() const
|
| {
|
| InterpolableAnimatableValue* value = static_cast<InterpolableAnimatableValue*>(m_cachedValue.get());
|
| return value->value();
|
|
|