commit | b87eadda1818034ce03d85f30388384d1ac65916 | [log] [tgz] |
---|---|---|
author | Chris Craik <ccraik@google.com> | Wed Jan 06 09:16:05 2016 -0800 |
committer | Chris Craik <ccraik@google.com> | Thu Jan 07 15:42:45 2016 -0800 |
tree | 78f9bf3ca2500c739f31e2229ddf186302ecb9e2 | |
parent | b4f4dc4e4db5fd65cd457eecd3c98cfa11367615 [diff] [blame] |
Partial unclipped save layer support Not yet implemented in renderer. Change-Id: I491ec6e7886bfa313d1db71dd5981690d45b78a9
diff --git a/libs/hwui/Snapshot.h b/libs/hwui/Snapshot.h index 5fac3a1..dbaa905 100644 --- a/libs/hwui/Snapshot.h +++ b/libs/hwui/Snapshot.h
@@ -116,7 +116,7 @@ * Indicates that this snapshot or an ancestor snapshot is * an FBO layer. */ - kFlagFboTarget = 0x8, + kFlagFboTarget = 0x8, // TODO: remove for HWUI_NEW_OPS }; /**