Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1118)

Unified Diff: ui/compositor/float_animation_curve_adapter.h

Issue 12517003: cc: Chromify the Animation and LayerAnimationController classes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/renderer/gpu/render_widget_compositor.cc ('k') | ui/compositor/float_animation_curve_adapter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « content/renderer/gpu/render_widget_compositor.cc ('k') | ui/compositor/float_animation_curve_adapter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698