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

Unified Diff: ui/compositor/transform_animation_curve_adapter_unittest.cc

Issue 23531053: ui/base/animation -> ui/gfx/animation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge 2 trunk Created 7 years, 3 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/transform_animation_curve_adapter.cc ('k') | ui/gfx/animation/animation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/transform_animation_curve_adapter_unittest.cc
diff --git a/ui/compositor/transform_animation_curve_adapter_unittest.cc b/ui/compositor/transform_animation_curve_adapter_unittest.cc
index 5bef411e8b22a38926f6e7d4ffa8342da16d1d24..b68e862689143a6a2bd5e435295682b9b5b3ca2a 100644
--- a/ui/compositor/transform_animation_curve_adapter_unittest.cc
+++ b/ui/compositor/transform_animation_curve_adapter_unittest.cc
@@ -30,7 +30,7 @@ TEST(InverseTransformCurveAdapterTest, InversesTransform) {
const gfx::Transform effective_child_transform =
parent_start * child_transform;
- TransformAnimationCurveAdapter parent_curve(Tween::LINEAR,
+ TransformAnimationCurveAdapter parent_curve(gfx::Tween::LINEAR,
parent_start,
parent_target,
duration);
« no previous file with comments | « ui/compositor/transform_animation_curve_adapter.cc ('k') | ui/gfx/animation/animation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698