Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Unified Diff: third_party/WebKit/Source/core/animation/Interpolation.h

Issue 2627793002: Remove unused code in InvalidatableInterpolation (Closed)
Patch Set: Simplify test in response to review Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>;

Powered by Google App Engine
This is Rietveld 408576698