diff options
author | Chris Craik <ccraik@google.com> | 2015-11-24 16:40:09 -0800 |
---|---|---|
committer | Chris Craik <ccraik@google.com> | 2015-11-25 14:09:24 -0800 |
commit | 8d1f2120fe80b23ab03c7168e3b6b2d13bafe2e7 (patch) | |
tree | 7c514201847e983de760f491c60f1bbed0b07bf6 /libs/hwui/DisplayList.h | |
parent | 95cdbd6f6d0fd8f4ec9d68a3ed8845a1ac6aa541 (diff) |
Support projection in OpReorderer
bug:22480459
Change-Id: Iceb71732dc50957cfb47fa1ba9b8e18e6fc51132
Diffstat (limited to 'libs/hwui/DisplayList.h')
-rw-r--r-- | libs/hwui/DisplayList.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/DisplayList.h b/libs/hwui/DisplayList.h index 00c4e2d47e4c..60cc7bab64dd 100644 --- a/libs/hwui/DisplayList.h +++ b/libs/hwui/DisplayList.h @@ -132,7 +132,7 @@ public: DisplayList(); ~DisplayList(); - // index of DisplayListOp restore, after which projected descendents should be drawn + // index of DisplayListOp restore, after which projected descendants should be drawn int projectionReceiveIndex; const LsaVector<Chunk>& getChunks() const { return chunks; } |