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

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

Issue 942813002: Oilpan: prefer ENABLE(OILPAN). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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/InterpolationEffect.cpp
diff --git a/Source/core/animation/InterpolationEffect.cpp b/Source/core/animation/InterpolationEffect.cpp
index 08c758a44c72b8d1abf0663633fd3f6f23103739..101310f0d0c1d225c65f0d65e55e2467eaa27803 100644
--- a/Source/core/animation/InterpolationEffect.cpp
+++ b/Source/core/animation/InterpolationEffect.cpp
@@ -80,9 +80,7 @@ void InterpolationEffect::InterpolationRecord::trace(Visitor* visitor)
void InterpolationEffect::trace(Visitor* visitor)
{
-#if ENABLE_OILPAN
visitor->trace(m_interpolations);
-#endif
}
-}
+} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698