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

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

Issue 1318543009: Oilpan: Partially ship Oilpan for core/animations (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/EffectModel.h
diff --git a/Source/core/animation/EffectModel.h b/Source/core/animation/EffectModel.h
index 35583a993769e2804c682b26481525a4fc753342..5fcd735a0b5d403595839e1c1bb1205c30946360 100644
--- a/Source/core/animation/EffectModel.h
+++ b/Source/core/animation/EffectModel.h
@@ -44,7 +44,7 @@ namespace blink {
class Interpolation;
-class CORE_EXPORT EffectModel : public RefCountedWillBeGarbageCollectedFinalized<EffectModel>, public ScriptWrappable {
+class CORE_EXPORT EffectModel : public GarbageCollectedFinalized<EffectModel>, public ScriptWrappable {
DEFINE_WRAPPERTYPEINFO();
public:
enum CompositeOperation {

Powered by Google App Engine
This is Rietveld 408576698