Index: Source/core/frame/animation/AnimationControllerPrivate.h |
diff --git a/Source/core/frame/animation/AnimationControllerPrivate.h b/Source/core/frame/animation/AnimationControllerPrivate.h |
index 94a0ec3f5cbe5ad10924930a328ea13764ac10e0..671ec89b5732e5077ea75d9659ac4c9fb7ba0673 100644 |
--- a/Source/core/frame/animation/AnimationControllerPrivate.h |
+++ b/Source/core/frame/animation/AnimationControllerPrivate.h |
@@ -64,7 +64,7 @@ public: |
void updateAnimations(double& timeToNextService, double& timeToNextEvent, SetNeedsStyleRecalc callSetNeedsStyleRecalc = DoNotCallSetNeedsStyleRecalc); |
void scheduleService(); |
- PassRefPtr<CompositeAnimation> accessCompositeAnimation(RenderObject*); |
+ PassRefPtr<CompositeAnimation> accessCompositeAnimation(RenderObject&); |
bool clear(RenderObject*); |
void updateStyleIfNeededDispatcherFired(Timer<AnimationControllerPrivate>*); |
@@ -98,7 +98,7 @@ public: |
void animationWillBeRemoved(AnimationBase*); |
- void scheduleServiceForRenderer(RenderObject*); |
+ void scheduleServiceForRenderer(RenderObject&); |
private: |
void animationTimerFired(Timer<AnimationControllerPrivate>*); |