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

Unified Diff: cc/layers/layer_unittest.cc

Issue 12854010: cc: Chromify animation_test_common (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: patch for landing, rebased 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 | « cc/animation/layer_animation_controller_unittest.cc ('k') | cc/layers/nine_patch_layer_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/layer_unittest.cc
diff --git a/cc/layers/layer_unittest.cc b/cc/layers/layer_unittest.cc
index 2caa0905594155b166be258b2d00251d633cae56..c0fa5d9b54fd7054ab0d94401abdb5ef8896f27e 100644
--- a/cc/layers/layer_unittest.cc
+++ b/cc/layers/layer_unittest.cc
@@ -658,7 +658,7 @@ TEST_F(LayerTest,
impl_layer->layer_animation_controller()->SetAnimationRegistrar(
registrar.get());
- addAnimatedTransformToController(*impl_layer->layer_animation_controller(),
+ AddAnimatedTransformToController(impl_layer->layer_animation_controller(),
1.0,
0,
100);
@@ -672,7 +672,7 @@ TEST_F(LayerTest,
EXPECT_TRUE(impl_layer->LayerSurfacePropertyChanged());
impl_layer->ResetAllChangeTrackingForSubtree();
- addAnimatedTransformToController(*impl_layer->layer_animation_controller(),
+ AddAnimatedTransformToController(impl_layer->layer_animation_controller(),
1.0,
0,
100);
@@ -696,7 +696,7 @@ TEST_F(LayerTest,
impl_layer->layer_animation_controller()->SetAnimationRegistrar(
registrar.get());
- addOpacityTransitionToController(*impl_layer->layer_animation_controller(),
+ AddOpacityTransitionToController(impl_layer->layer_animation_controller(),
1.0,
0.3f,
0.7f,
@@ -709,7 +709,7 @@ TEST_F(LayerTest,
EXPECT_TRUE(impl_layer->LayerSurfacePropertyChanged());
impl_layer->ResetAllChangeTrackingForSubtree();
- addOpacityTransitionToController(*impl_layer->layer_animation_controller(),
+ AddOpacityTransitionToController(impl_layer->layer_animation_controller(),
1.0,
0.3f,
0.7f,
« no previous file with comments | « cc/animation/layer_animation_controller_unittest.cc ('k') | cc/layers/nine_patch_layer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698