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

Unified Diff: ui/compositor/transform_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 | « ui/compositor/layer_animator.cc ('k') | ui/compositor/transform_animation_curve_adapter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/transform_animation_curve_adapter.h
diff --git a/ui/compositor/transform_animation_curve_adapter.h b/ui/compositor/transform_animation_curve_adapter.h
index 795de8402d3d221b9b0e9e4c212fe7c4e511c079..a60dd83bddb7cde5c5dc8e60e8512c240ea22c28 100644
--- a/ui/compositor/transform_animation_curve_adapter.h
+++ b/ui/compositor/transform_animation_curve_adapter.h
@@ -23,9 +23,9 @@ class TransformAnimationCurveAdapter :public cc::TransformAnimationCurve {
virtual ~TransformAnimationCurveAdapter();
// TransformAnimationCurve implementation.
- virtual double duration() const OVERRIDE;
- virtual scoped_ptr<AnimationCurve> clone() const OVERRIDE;
- virtual gfx::Transform getValue(double t) const OVERRIDE;
+ virtual double Duration() const OVERRIDE;
+ virtual scoped_ptr<AnimationCurve> Clone() const OVERRIDE;
+ virtual gfx::Transform GetValue(double t) const OVERRIDE;
private:
Tween::Type tween_type_;
« no previous file with comments | « ui/compositor/layer_animator.cc ('k') | ui/compositor/transform_animation_curve_adapter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698