Index: third_party/WebKit/Source/core/animation/Interpolation.h |
diff --git a/third_party/WebKit/Source/core/animation/Interpolation.h b/third_party/WebKit/Source/core/animation/Interpolation.h |
index 2b49062570445ae9925bf790b698a53c07b99e84..8adbf33374ad51504e4fb45885d31ef2645a26bc 100644 |
--- a/third_party/WebKit/Source/core/animation/Interpolation.h |
+++ b/third_party/WebKit/Source/core/animation/Interpolation.h |
@@ -33,13 +33,6 @@ class CORE_EXPORT Interpolation : public RefCounted<Interpolation> { |
protected: |
Interpolation() {} |
- |
- virtual InterpolableValue* getCachedValueForTesting() const = 0; |
- |
- friend class AnimationInterpolableValueTest; |
- friend class AnimationInterpolationEffectTest; |
- friend class AnimationDoubleStyleInterpolationTest; |
- friend class AnimationVisibilityStyleInterpolationTest; |
}; |
using ActiveInterpolations = Vector<RefPtr<Interpolation>, 1>; |