Chromium Code Reviews| Index: cc/animation/layer_animation_controller.h |
| diff --git a/cc/animation/layer_animation_controller.h b/cc/animation/layer_animation_controller.h |
| index d459515f5df365f3d68f96f3e4b571881d289656..b057840bfa9c8d9e563dccfcfa6d878a69b3679b 100644 |
| --- a/cc/animation/layer_animation_controller.h |
| +++ b/cc/animation/layer_animation_controller.h |
| @@ -134,6 +134,9 @@ class CC_EXPORT LayerAnimationController |
| bool AnimationsPreserveAxisAlignment() const; |
| + // Animation start scale |
|
danakj
2015/04/23 18:24:08
better comment like the one below?
patro
2015/04/24 11:47:27
Done.
|
| + bool AnimationStartScale(float* start_scale) const; |
| + |
| // Sets |max_scale| to the maximum scale along any dimension at any |
| // destination in active animations. Returns false if the maximum scale cannot |
| // be computed. |