summaryrefslogtreecommitdiffstats
path: root/cc/animation/keyframed_animation_curve.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/animation/keyframed_animation_curve.h')
-rw-r--r--cc/animation/keyframed_animation_curve.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cc/animation/keyframed_animation_curve.h b/cc/animation/keyframed_animation_curve.h
index 9dda773..5892dc7 100644
--- a/cc/animation/keyframed_animation_curve.h
+++ b/cc/animation/keyframed_animation_curve.h
@@ -135,6 +135,8 @@ class CC_EXPORT KeyframedTransformAnimationCurve
// TransformAnimationCurve implementation
virtual gfx::Transform GetValue(double t) const OVERRIDE;
+ virtual bool AnimatedBoundsForBox(const gfx::BoxF& box,
+ gfx::BoxF* bounds) const OVERRIDE;
private:
KeyframedTransformAnimationCurve();