diff options
Diffstat (limited to 'cc/animation/transform_operations.h')
-rw-r--r-- | cc/animation/transform_operations.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cc/animation/transform_operations.h b/cc/animation/transform_operations.h index 7c50934..7d42cea 100644 --- a/cc/animation/transform_operations.h +++ b/cc/animation/transform_operations.h @@ -57,6 +57,9 @@ class CC_EXPORT TransformOperations { SkMScalar max_progress, gfx::BoxF* bounds) const; + // Returns true if these operations affect scale. + bool AffectsScale() const; + // Returns true if this operation and its descendants have the same types // as other and its descendants. bool MatchesTypes(const TransformOperations& other) const; |