diff options
Diffstat (limited to 'libs/hwui/Matrix.h')
-rw-r--r-- | libs/hwui/Matrix.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/hwui/Matrix.h b/libs/hwui/Matrix.h index 46a5597ebec4..2fe96bc8c0df 100644 --- a/libs/hwui/Matrix.h +++ b/libs/hwui/Matrix.h @@ -152,6 +152,8 @@ public: void dump() const; + static const Matrix4& identity(); + private: mutable uint32_t mType; |