| Index: ui/compositor/float_animation_curve_adapter.h
|
| diff --git a/ui/compositor/float_animation_curve_adapter.h b/ui/compositor/float_animation_curve_adapter.h
|
| index 36509ecabd47903059ffdfb937742a807a0348c9..d1bf86be51fc88e24d9b532dadd2b76d6206ccce 100644
|
| --- a/ui/compositor/float_animation_curve_adapter.h
|
| +++ b/ui/compositor/float_animation_curve_adapter.h
|
| @@ -21,9 +21,9 @@ class FloatAnimationCurveAdapter : public cc::FloatAnimationCurve {
|
| virtual ~FloatAnimationCurveAdapter() { }
|
|
|
| // FloatAnimationCurve implementation.
|
| - virtual double duration() const OVERRIDE;
|
| - virtual scoped_ptr<cc::AnimationCurve> clone() const OVERRIDE;
|
| - virtual float getValue(double t) const OVERRIDE;
|
| + virtual double Duration() const OVERRIDE;
|
| + virtual scoped_ptr<cc::AnimationCurve> Clone() const OVERRIDE;
|
| + virtual float GetValue(double t) const OVERRIDE;
|
|
|
| private:
|
| Tween::Type tween_type_;
|
|
|