diff options
author | John Reck <jreck@google.com> | 2016-02-02 15:18:23 -0800 |
---|---|---|
committer | John Reck <jreck@google.com> | 2016-02-04 11:23:49 -0800 |
commit | f648108f83d4e74811919e9811efb8fcc184b8a3 (patch) | |
tree | a7e20b3298846cd072499a921bfa59d244c717e0 /libs/hwui/DamageAccumulator.h | |
parent | 15d21b3aca1c3eeb3932752194e9f196b546387b (diff) |
Have RT drive window positioning
Bug: 22802885
Change-Id: I6beed5474d3a943b16e9097f7bd61ce3cbd37505
Diffstat (limited to 'libs/hwui/DamageAccumulator.h')
-rw-r--r-- | libs/hwui/DamageAccumulator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/DamageAccumulator.h b/libs/hwui/DamageAccumulator.h index e44fc20feaa8..250296ecc89f 100644 --- a/libs/hwui/DamageAccumulator.h +++ b/libs/hwui/DamageAccumulator.h @@ -57,7 +57,7 @@ public: // Returns the current dirty area, *NOT* transformed by pushed transforms void peekAtDirty(SkRect* dest) const; - void computeCurrentTransform(Matrix4* outMatrix) const; + ANDROID_API void computeCurrentTransform(Matrix4* outMatrix) const; void finish(SkRect* totalDirty); |