summaryrefslogtreecommitdiffstats
path: root/WebCore/page/animation/KeyframeAnimation.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/page/animation/KeyframeAnimation.h')
-rw-r--r--WebCore/page/animation/KeyframeAnimation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/page/animation/KeyframeAnimation.h b/WebCore/page/animation/KeyframeAnimation.h
index fab0ae8..a187f35 100644
--- a/WebCore/page/animation/KeyframeAnimation.h
+++ b/WebCore/page/animation/KeyframeAnimation.h
@@ -82,8 +82,8 @@ private:
KeyframeAnimation(const Animation* animation, RenderObject*, int index, CompositeAnimation*, RenderStyle* unanimatedStyle);
virtual ~KeyframeAnimation();
- // Get the styles surrounding the current animation time and the progress between them
- void getKeyframeAnimationInterval(const RenderStyle*& fromStyle, const RenderStyle*& toStyle, double& progress) const;
+ // Get the styles for the given property surrounding the current animation time and the progress between them.
+ void fetchIntervalEndpointsForProperty(int property, const RenderStyle*& fromStyle, const RenderStyle*& toStyle, double& progress) const;
// The keyframes that we are blending.
KeyframeList m_keyframes;