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

Unified Diff: sky/engine/core/animation/ActiveAnimations.h

Issue 709203002: Remove more oilpan. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | sky/engine/core/animation/AnimationNode.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/animation/ActiveAnimations.h
diff --git a/sky/engine/core/animation/ActiveAnimations.h b/sky/engine/core/animation/ActiveAnimations.h
index b5e946ddc44acefa5dbb51ba2bb8db3531d07d7f..5410762d59e40de0d2a28e3ebad8ca17d0ec2a5d 100644
--- a/sky/engine/core/animation/ActiveAnimations.h
+++ b/sky/engine/core/animation/ActiveAnimations.h
@@ -46,7 +46,7 @@ class Element;
typedef HashCountedSet<RawPtr<AnimationPlayer> > AnimationPlayerCountedSet;
-class ActiveAnimations : public DummyBase<ActiveAnimations> {
+class ActiveAnimations {
WTF_MAKE_NONCOPYABLE(ActiveAnimations);
public:
ActiveAnimations()
« no previous file with comments | « no previous file | sky/engine/core/animation/AnimationNode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698