diff options
Diffstat (limited to 'libs/hwui/Matrix.h')
-rw-r--r-- | libs/hwui/Matrix.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/Matrix.h b/libs/hwui/Matrix.h index 02b781e067cc..f86823d0a5b5 100644 --- a/libs/hwui/Matrix.h +++ b/libs/hwui/Matrix.h @@ -115,6 +115,7 @@ public: bool isPureTranslate() const; bool isSimple() const; bool isIdentity() const; + bool isPerspective() const; bool changesBounds() const; |