Index: cc/animation/transform_operations.h |
diff --git a/cc/animation/transform_operations.h b/cc/animation/transform_operations.h |
index 1c110fffc75a0964520c26b1879ad4155934f799..7484a11a57cede92c4e871f477de3aa1719b0068 100644 |
--- a/cc/animation/transform_operations.h |
+++ b/cc/animation/transform_operations.h |
@@ -63,6 +63,9 @@ class CC_EXPORT TransformOperations { |
// Returns true if these operations are only translations. |
bool IsTranslation() const; |
+ // Returns true if the operations affect 2d axis alignment. |
enne (OOO)
2014/12/15 22:46:51
Returns false?
awoloszyn
2014/12/16 15:50:43
Done.
|
+ bool PreservesAxisAlignment() const; |
+ |
// Returns true if this operation and its descendants have the same types |
// as other and its descendants. |
bool MatchesTypes(const TransformOperations& other) const; |