diff options
author | Teng-Hui Zhu <ztenghui@google.com> | 2012-04-12 09:57:04 -0700 |
---|---|---|
committer | Jean-Baptiste Queru <jbq@google.com> | 2012-04-12 10:59:57 -0700 |
commit | 3d7f0cb3d9724eb4a45611127e0986538e838964 (patch) | |
tree | 76bd9d03c494a61de6677c0c53c002509e35643e /include | |
parent | 544f89aece46e8f4bbe4eed93116c8736e68ac07 (diff) | |
download | frameworks_base-3d7f0cb3d9724eb4a45611127e0986538e838964.zip frameworks_base-3d7f0cb3d9724eb4a45611127e0986538e838964.tar.gz frameworks_base-3d7f0cb3d9724eb4a45611127e0986538e838964.tar.bz2 |
Update header for forward compatibility
Change-Id: Idf38142dc073dce14741e8da005e7d2eaf9242de
Diffstat (limited to 'include')
-rw-r--r-- | include/private/hwui/DrawGlInfo.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/private/hwui/DrawGlInfo.h b/include/private/hwui/DrawGlInfo.h index 8028bf3..e33823e 100644 --- a/include/private/hwui/DrawGlInfo.h +++ b/include/private/hwui/DrawGlInfo.h @@ -31,6 +31,10 @@ struct DrawGlInfo { int clipRight; int clipBottom; + // Input: current width/height of destination surface + int width; + int height; + // Input: is the render target an FBO bool isLayer; |