summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTeng-Hui Zhu <ztenghui@google.com>2012-04-12 09:57:04 -0700
committerJean-Baptiste Queru <jbq@google.com>2012-04-12 10:59:57 -0700
commit3d7f0cb3d9724eb4a45611127e0986538e838964 (patch)
tree76bd9d03c494a61de6677c0c53c002509e35643e /include
parent544f89aece46e8f4bbe4eed93116c8736e68ac07 (diff)
downloadframeworks_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.h4
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;