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

Unified Diff: cc/test/animation_test_common.h

Issue 1782433002: CC Animation: Erase old animation system. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@erasetests
Patch Set: Remove vtbl in LayerAnimationController. Fix formatting. Created 4 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/layers/layer_utils_unittest.cc ('k') | cc/test/animation_test_common.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/animation_test_common.h
diff --git a/cc/test/animation_test_common.h b/cc/test/animation_test_common.h
index 7a6fe0d86aa02a0332d756f699dcc6dd05f3f53a..2d47e6d15279dab981a9bc6da9a02f9bae1bc26f 100644
--- a/cc/test/animation_test_common.h
+++ b/cc/test/animation_test_common.h
@@ -144,48 +144,6 @@ int AddAnimatedFilterToController(LayerAnimationController* controller,
float start_brightness,
float end_brightness);
-int AddOpacityTransitionToLayer(Layer* layer,
- double duration,
- float start_opacity,
- float end_opacity,
- bool use_timing_function);
-
-int AddOpacityTransitionToLayer(LayerImpl* layer,
- double duration,
- float start_opacity,
- float end_opacity,
- bool use_timing_function);
-
-int AddAnimatedTransformToLayer(Layer* layer,
- double duration,
- int delta_x,
- int delta_y);
-
-int AddAnimatedTransformToLayer(LayerImpl* layer,
- double duration,
- int delta_x,
- int delta_y);
-
-int AddAnimatedTransformToLayer(Layer* layer,
- double duration,
- TransformOperations start_operations,
- TransformOperations operations);
-
-int AddAnimatedTransformToLayer(LayerImpl* layer,
- double duration,
- TransformOperations start_operations,
- TransformOperations operations);
-
-int AddAnimatedFilterToLayer(Layer* layer,
- double duration,
- float start_brightness,
- float end_brightness);
-
-int AddAnimatedFilterToLayer(LayerImpl* layer,
- double duration,
- float start_brightness,
- float end_brightness);
-
int AddAnimatedTransformToPlayer(AnimationPlayer* player,
double duration,
int delta_x,
« no previous file with comments | « cc/layers/layer_utils_unittest.cc ('k') | cc/test/animation_test_common.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698