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

Unified Diff: Source/core/animation/NonInterpolableValue.h

Issue 1120003002: [Oilpan] Migrate most classes under core/animations to Oilpan heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 years, 4 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: Source/core/animation/NonInterpolableValue.h
diff --git a/Source/core/animation/NonInterpolableValue.h b/Source/core/animation/NonInterpolableValue.h
index 20823f11a663f1d918e32d96bb6f4ea435459d17..a09ba69c22b1877903e9b78fb6d88a5318c6009a 100644
--- a/Source/core/animation/NonInterpolableValue.h
+++ b/Source/core/animation/NonInterpolableValue.h
@@ -10,7 +10,7 @@
namespace blink {
// Holds components of a keyframe value that do not change when interpolating with another keyframe.
-class NonInterpolableValue : public RefCountedWillBeGarbageCollectedFinalized<NonInterpolableValue> {
+class NonInterpolableValue : public GarbageCollectedFinalized<NonInterpolableValue> {
public:
virtual ~NonInterpolableValue() { }
« no previous file with comments | « Source/core/animation/ListStyleInterpolationTest.cpp ('k') | Source/core/animation/NumberOptionalNumberSVGInterpolation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698