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

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

Issue 1318543009: Oilpan: Partially ship Oilpan for core/animations (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
« no previous file with comments | « Source/core/animation/AnimationEffect.h ('k') | Source/core/animation/AnimationEffectReadOnly.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/AnimationEffect.cpp
diff --git a/Source/core/animation/AnimationEffect.cpp b/Source/core/animation/AnimationEffect.cpp
index 430bab4748673ada96200d177ff2fa1c1fd556fb..83b2a3b5449b85591312b34843b23385eced7812 100644
--- a/Source/core/animation/AnimationEffect.cpp
+++ b/Source/core/animation/AnimationEffect.cpp
@@ -51,7 +51,7 @@ Timing::FillMode resolvedFillMode(Timing::FillMode fillMode, bool isAnimation)
} // namespace
-AnimationEffect::AnimationEffect(const Timing& timing, PassOwnPtrWillBeRawPtr<EventDelegate> eventDelegate)
+AnimationEffect::AnimationEffect(const Timing& timing, EventDelegate* eventDelegate)
: m_parent(nullptr)
, m_startTime(0)
, m_animation(nullptr)
@@ -221,7 +221,7 @@ const AnimationEffect::CalculatedTiming& AnimationEffect::ensureCalculated() con
return m_calculated;
}
-PassRefPtrWillBeRawPtr<AnimationEffectTiming> AnimationEffect::timing()
+AnimationEffectTiming* AnimationEffect::timing()
{
return AnimationEffectTiming::create(this);
}
« no previous file with comments | « Source/core/animation/AnimationEffect.h ('k') | Source/core/animation/AnimationEffectReadOnly.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698