| 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 ceb434600cca75d6e5255a1e3fa572e52f1dd94d..960c2036888e07ccc98420188279755adeefa891 100644
|
| --- a/third_party/WebKit/Source/core/animation/InterpolableValue.h
|
| +++ b/third_party/WebKit/Source/core/animation/InterpolableValue.h
|
| @@ -39,6 +39,7 @@ class CORE_EXPORT InterpolableValue {
|
| InterpolableValue& result) const = 0;
|
|
|
| friend class LegacyStyleInterpolation;
|
| + friend class TransitionInterpolation;
|
| friend class PairwisePrimitiveInterpolation;
|
|
|
| // Keep interpolate private, but allow calls within the hierarchy without
|
|
|