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

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

Issue 208283005: Make InterpolationRecord GarbageCollectedFinalized (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/InterpolationEffect.h
diff --git a/Source/core/animation/InterpolationEffect.h b/Source/core/animation/InterpolationEffect.h
index 4c7c2b759e8f437633c29224a94469855e4493fa..6de0aeaffb9a1cf951114d0a86af65d74e634fab 100644
--- a/Source/core/animation/InterpolationEffect.h
+++ b/Source/core/animation/InterpolationEffect.h
@@ -30,7 +30,7 @@ private:
{
}
- class InterpolationRecord : public NoBaseWillBeGarbageCollected<InterpolationRecord> {
+ class InterpolationRecord : public NoBaseWillBeGarbageCollectedFinalized<InterpolationRecord> {
public:
RefPtrWillBeMember<Interpolation> m_interpolation;
RefPtr<TimingFunction> m_easing;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698