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

Unified Diff: cc/test/animation_test_common.cc

Issue 2971503002: Transform animations should not collapse by default when interpolating (Closed)
Patch Set: . Created 3 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/test/animation_test_common.h ('k') | cc/test/animation_timelines_test_common.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/animation_test_common.cc
diff --git a/cc/test/animation_test_common.cc b/cc/test/animation_test_common.cc
index cadf120ed3d3c67456f9ac9697df7b5659b3ec92..c5f34e04dba4f7ea98e20125cce71b7261500a5e 100644
--- a/cc/test/animation_test_common.cc
+++ b/cc/test/animation_test_common.cc
@@ -159,8 +159,9 @@ base::TimeDelta FakeTransformTransition::Duration() const {
return duration_;
}
-gfx::Transform FakeTransformTransition::GetValue(base::TimeDelta time) const {
- return gfx::Transform();
+TransformOperations FakeTransformTransition::GetValue(
+ base::TimeDelta time) const {
+ return TransformOperations();
}
bool FakeTransformTransition::AnimatedBoundsForBox(const gfx::BoxF& box,
« no previous file with comments | « cc/test/animation_test_common.h ('k') | cc/test/animation_timelines_test_common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698