| Index: cc/animation/layer_animation_controller.h
|
| diff --git a/cc/animation/layer_animation_controller.h b/cc/animation/layer_animation_controller.h
|
| index 01fce98c466b596e568d4ddeb75af24a35ca818c..22c57b5e0d9f8a1bc21969d74c4730a0dd08f711 100644
|
| --- a/cc/animation/layer_animation_controller.h
|
| +++ b/cc/animation/layer_animation_controller.h
|
| @@ -134,6 +134,8 @@ class CC_EXPORT LayerAnimationController
|
|
|
| bool HasOnlyTranslationTransforms() const;
|
|
|
| + bool AnimationsPreserveAxisAlignment() 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.
|
|
|