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

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

Issue 1276183004: Oilpan: Unship oilpan from temporary animation objects (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
Index: Source/core/animation/InertEffect.cpp
diff --git a/Source/core/animation/InertEffect.cpp b/Source/core/animation/InertEffect.cpp
index a4cc3b483f4f697c930d227802ae8542189d782e..5590596bca51bafe2eacef5959879c7f32350d31 100644
--- a/Source/core/animation/InertEffect.cpp
+++ b/Source/core/animation/InertEffect.cpp
@@ -48,7 +48,7 @@ InertEffect::InertEffect(EffectModel* model, const Timing& timing, bool paused,
{
}
-void InertEffect::sample(OwnPtrWillBeRawPtr<WillBeHeapVector<RefPtrWillBeMember<Interpolation>>>& result)
+void InertEffect::sample(OwnPtr<Vector<RefPtr<Interpolation>>>& result)
{
updateInheritedTime(m_inheritedTime, TimingUpdateOnDemand);
if (!isInEffect()) {

Powered by Google App Engine
This is Rietveld 408576698