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

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, 3 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 | « Source/core/animation/EffectInputTest.cpp ('k') | Source/core/animation/EffectModel.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/EffectModel.h
diff --git a/Source/core/animation/EffectModel.h b/Source/core/animation/EffectModel.h
index 35583a993769e2804c682b26481525a4fc753342..6c56a4c619bd1a8037c2faabb5375f904bebd88a 100644
--- a/Source/core/animation/EffectModel.h
+++ b/Source/core/animation/EffectModel.h
@@ -38,13 +38,12 @@
#include "platform/heap/Handle.h"
#include "wtf/HashMap.h"
#include "wtf/PassOwnPtr.h"
-#include "wtf/RefCounted.h"
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 {
« no previous file with comments | « Source/core/animation/EffectInputTest.cpp ('k') | Source/core/animation/EffectModel.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698