| Index: Source/core/animation/InterpolableValue.h
|
| diff --git a/Source/core/animation/InterpolableValue.h b/Source/core/animation/InterpolableValue.h
|
| index 3b763aaca70503c7390d9bf5d9416d3d059ea7e0..75484cf12b1e884c3f3062ed9c7e0577d949055c 100644
|
| --- a/Source/core/animation/InterpolableValue.h
|
| +++ b/Source/core/animation/InterpolableValue.h
|
| @@ -31,6 +31,7 @@ private:
|
|
|
| // Keep interpolate private, but allow calls within the hierarchy without
|
| // knowledge of type.
|
| + friend class DeferredLegacyStyleInterpolation;
|
| friend class InterpolableNumber;
|
| friend class InterpolableBool;
|
| friend class InterpolableList;
|
|
|