summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeng-Hui Zhu <ztenghui@google.com>2012-04-12 15:32:44 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-04-12 15:32:44 -0700
commitbd60a52090553aef02d07e283c7f07de70837ad8 (patch)
treecb8990f82a00075bf87b844ca5a19a4be61a0f38
parent02c6cad7c49942336ed6a8fe015c0cb4eced0c82 (diff)
parent3d7f0cb3d9724eb4a45611127e0986538e838964 (diff)
downloadframeworks_base-bd60a52090553aef02d07e283c7f07de70837ad8.zip
frameworks_base-bd60a52090553aef02d07e283c7f07de70837ad8.tar.gz
frameworks_base-bd60a52090553aef02d07e283c7f07de70837ad8.tar.bz2
am 3d7f0cb3: Update header for forward compatibility
* commit '3d7f0cb3d9724eb4a45611127e0986538e838964': Update header for forward compatibility
-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;