Index: Source/core/frame/animation/AnimationController.h |
diff --git a/Source/core/frame/animation/AnimationController.h b/Source/core/frame/animation/AnimationController.h |
index 2f5564af54d8bc1fed2b43826fae74ddd369e600..01cf32699babf565f25810f8b187bcb63a9cecbf 100644 |
--- a/Source/core/frame/animation/AnimationController.h |
+++ b/Source/core/frame/animation/AnimationController.h |
@@ -50,7 +50,7 @@ public: |
~AnimationController(); |
void cancelAnimations(RenderObject*); |
- PassRefPtr<RenderStyle> updateAnimations(RenderObject*, RenderStyle* newStyle); |
+ PassRefPtr<RenderStyle> updateAnimations(RenderObject&, RenderStyle& newStyle); |
PassRefPtr<RenderStyle> getAnimatedStyleForRenderer(RenderObject*); |
// This is called when an accelerated animation or transition has actually started to animate. |