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

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

Issue 723253004: Remove tons of 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 | « sky/engine/core/animation/InterpolableValue.cpp ('k') | sky/engine/core/animation/Interpolation.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/animation/Interpolation.h
diff --git a/sky/engine/core/animation/Interpolation.h b/sky/engine/core/animation/Interpolation.h
index a3b19086edd3534614164e4c4d1cd7bee7325333..89fc8d37224a0ef181e275a9c197c3a30021ab4c 100644
--- a/sky/engine/core/animation/Interpolation.h
+++ b/sky/engine/core/animation/Interpolation.h
@@ -23,8 +23,6 @@ public:
virtual bool isStyleInterpolation() const { return false; }
virtual bool isLegacyStyleInterpolation() const { return false; }
- virtual void trace(Visitor*);
-
protected:
const OwnPtr<InterpolableValue> m_start;
const OwnPtr<InterpolableValue> m_end;
« no previous file with comments | « sky/engine/core/animation/InterpolableValue.cpp ('k') | sky/engine/core/animation/Interpolation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698