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

Unified Diff: cc/test/animation_test_common.h

Issue 1255883006: CC Animation: Fix pauseAnimation so it doesn't reset blink negative delays (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@disable
Patch Set: Add the test. Created 5 years, 5 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/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 5d0d4b5dacfa61e4465190a772c0a330f48060fb..42512fc2d48b204b372c722007019f91f23333bc 100644
--- a/cc/test/animation_test_common.h
+++ b/cc/test/animation_test_common.h
@@ -196,6 +196,12 @@ int AddAnimatedFilterToPlayer(AnimationPlayer* player,
float start_brightness,
float end_brightness);
+int AddOpacityStepsToController(LayerAnimationController* target,
+ double duration,
+ float start_opacity,
+ float end_opacity,
+ int num_steps);
+
} // namespace cc
#endif // CC_TEST_ANIMATION_TEST_COMMON_H_
« no previous file with comments | « cc/animation/layer_animation_controller_unittest.cc ('k') | cc/test/animation_test_common.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698