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

Unified Diff: cc/test/animation_test_common.h

Issue 1076313006: Animation start scale should be considered for the raster scale (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing and Added more tests Created 5 years, 8 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/picture_layer_impl_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 b2909b8711fcf82da8238fc12bafed87bd00874f..6f4b6cbf390821104858aa256e8c86420ec35fcd 100644
--- a/cc/test/animation_test_common.h
+++ b/cc/test/animation_test_common.h
@@ -46,6 +46,8 @@ class FakeTransformTransition : public TransformAnimationCurve {
bool AffectsScale() const override;
bool IsTranslation() const override;
bool PreservesAxisAlignment() const override;
+ bool AnimationStartScale(bool forward_direction,
+ float* start_scale) const override;
bool MaximumTargetScale(bool forward_direction,
float* max_scale) const override;
« no previous file with comments | « cc/layers/picture_layer_impl_unittest.cc ('k') | cc/test/animation_test_common.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698