| Index: third_party/WebKit/Source/core/animation/InterpolableValue.h
 | 
| diff --git a/third_party/WebKit/Source/core/animation/InterpolableValue.h b/third_party/WebKit/Source/core/animation/InterpolableValue.h
 | 
| index 3bf7a0ef6bc4e43581945a8651a91a49f304568b..de4409e50c90694da0137766aacfbcd47483a731 100644
 | 
| --- a/third_party/WebKit/Source/core/animation/InterpolableValue.h
 | 
| +++ b/third_party/WebKit/Source/core/animation/InterpolableValue.h
 | 
| @@ -34,7 +34,7 @@ public:
 | 
|  private:
 | 
|      virtual void interpolate(const InterpolableValue& to, const double progress, InterpolableValue& result) const = 0;
 | 
|  
 | 
| -    friend class Interpolation;
 | 
| +    friend class StyleInterpolation;
 | 
|      friend class PairwisePrimitiveInterpolation;
 | 
|  
 | 
|      // Keep interpolate private, but allow calls within the hierarchy without
 | 
| 
 |