| Index: Source/core/animation/InterpolableValue.h
|
| diff --git a/Source/core/animation/InterpolableValue.h b/Source/core/animation/InterpolableValue.h
|
| index 3b763aaca70503c7390d9bf5d9416d3d059ea7e0..c724adc982cea2d05b6efa65150a86fb126f90a6 100644
|
| --- a/Source/core/animation/InterpolableValue.h
|
| +++ b/Source/core/animation/InterpolableValue.h
|
| @@ -28,6 +28,7 @@ private:
|
| virtual PassOwnPtrWillBeRawPtr<InterpolableValue> interpolate(const InterpolableValue &to, const double progress) const = 0;
|
|
|
| friend class Interpolation;
|
| + friend class LegacyStyleInterpolation;
|
|
|
| // Keep interpolate private, but allow calls within the hierarchy without
|
| // knowledge of type.
|
|
|