diff options
author | Chris Craik <ccraik@google.com> | 2016-04-11 12:24:23 -0700 |
---|---|---|
committer | Chris Craik <ccraik@google.com> | 2016-04-11 12:32:41 -0700 |
commit | d645640180c25c2711e99aa82ec629155f8e91ba (patch) | |
tree | d9b936f4d4bc5676dc0b7d6e0e2c8b87396609f7 /libs/hwui/DisplayList.h | |
parent | a1544dd61457144969163d194c10d75bd7d251a9 (diff) |
Apply clip at reorder barriers to shadows
Fixes: 28004930
Change-Id: I208b78430c770a3135afd68c53cf8ff3fba50c52
Diffstat (limited to 'libs/hwui/DisplayList.h')
-rw-r--r-- | libs/hwui/DisplayList.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/hwui/DisplayList.h b/libs/hwui/DisplayList.h index e209e2a896fc..aba5d4bd218d 100644 --- a/libs/hwui/DisplayList.h +++ b/libs/hwui/DisplayList.h @@ -137,6 +137,9 @@ public: // whether children with non-zero Z in the chunk should be reordered bool reorderChildren; +#if HWUI_NEW_OPS + const ClipBase* reorderClip; +#endif }; DisplayList(); |