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

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

Issue 1303173007: Oilpan: Unship Oilpan from CSSValues 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/DeferredLegacyStyleInterpolation.cpp
diff --git a/Source/core/animation/DeferredLegacyStyleInterpolation.cpp b/Source/core/animation/DeferredLegacyStyleInterpolation.cpp
index b3b39ba2a6f3aa5e205128cdc869b8f7f8e09450..a6e5fad43c3398bc815ac6e216b4b32f33b23806 100644
--- a/Source/core/animation/DeferredLegacyStyleInterpolation.cpp
+++ b/Source/core/animation/DeferredLegacyStyleInterpolation.cpp
@@ -153,8 +153,6 @@ bool DeferredLegacyStyleInterpolation::interpolationRequiresStyleResolve(const C
DEFINE_TRACE(DeferredLegacyStyleInterpolation)
{
- visitor->trace(m_startCSSValue);
- visitor->trace(m_endCSSValue);
visitor->trace(m_innerInterpolation);
StyleInterpolation::trace(visitor);
}

Powered by Google App Engine
This is Rietveld 408576698