| Index: Source/core/animation/InterpolableValue.h
|
| diff --git a/Source/core/animation/InterpolableValue.h b/Source/core/animation/InterpolableValue.h
|
| index 65c20eb8360cce0cb0e48d90b614a8815cae6ecc..0b6040841c1e767dcf6bd76c4de15bbe4947b842 100644
|
| --- a/Source/core/animation/InterpolableValue.h
|
| +++ b/Source/core/animation/InterpolableValue.h
|
| @@ -32,6 +32,7 @@ private:
|
| virtual void multiply(double scalar, InterpolableValue& result) const = 0;
|
|
|
| friend class Interpolation;
|
| + friend class PairwisePrimitiveInterpolation;
|
|
|
| // Keep interpolate private, but allow calls within the hierarchy without
|
| // knowledge of type.
|
|
|