diff options
author | Chris Craik <ccraik@google.com> | 2014-05-08 13:57:05 -0700 |
---|---|---|
committer | Chris Craik <ccraik@google.com> | 2014-05-08 13:57:05 -0700 |
commit | e4aa95e3627226bcb0d8cc3e42dca6e4df8f421c (patch) | |
tree | c55de52d9180486924bfd5ca87450fcee4858d2d /libs/hwui/Matrix.h | |
parent | a2604b738e7298fd926482ec5d94356b37a0d807 (diff) |
Add logging utility methods
Change-Id: I0f316830dcc0bbf438292a6d0fbe9f8154368500
Diffstat (limited to 'libs/hwui/Matrix.h')
-rw-r--r-- | libs/hwui/Matrix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/Matrix.h b/libs/hwui/Matrix.h index 26cb05fe686e..e33a0013a929 100644 --- a/libs/hwui/Matrix.h +++ b/libs/hwui/Matrix.h @@ -209,7 +209,7 @@ public: void decomposeScale(float& sx, float& sy) const; - void dump() const; + void dump(const char* label = NULL) const; static const Matrix4& identity(); |