| Index: Source/core/animation/InterpolableValue.h
|
| diff --git a/Source/core/animation/InterpolableValue.h b/Source/core/animation/InterpolableValue.h
|
| index 65c20eb8360cce0cb0e48d90b614a8815cae6ecc..5f9982bda634c16e9c0bcf6d6cd4c0f03bd837a9 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 PairwiseInterpolationPrimitive;
|
|
|
| // Keep interpolate private, but allow calls within the hierarchy without
|
| // knowledge of type.
|
|
|