diff options
| author | John Reck <jreck@google.com> | 2014-06-12 17:07:13 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-06-10 21:38:43 +0000 |
| commit | e830c37a4a499c439083afc56c64fa178ea5889d (patch) | |
| tree | 2827de0c15a7711f5286839d3f1db3b30181aec8 /libs/hwui/Matrix.h | |
| parent | 0811cbee480524521750f43ac2a608cf84dba8aa (diff) | |
| parent | a447d29c65fb811cd184775a3476101a1cede929 (diff) | |
| download | frameworks_base-e830c37a4a499c439083afc56c64fa178ea5889d.zip frameworks_base-e830c37a4a499c439083afc56c64fa178ea5889d.tar.gz frameworks_base-e830c37a4a499c439083afc56c64fa178ea5889d.tar.bz2 | |
Merge "Fix DA bugs"
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 e33a001..1c5c578 100644 --- a/libs/hwui/Matrix.h +++ b/libs/hwui/Matrix.h @@ -147,6 +147,7 @@ public: data[kTranslateX] += x; data[kTranslateY] += y; data[kTranslateZ] += z; + mType |= kTypeUnknown; } else { // Doing a translation will only affect the translate bit of the type // Save the type |
