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