am 3d7f0cb3: Update header for forward compatibility

* commit '3d7f0cb3d9724eb4a45611127e0986538e838964':
  Update header for forward compatibility
This commit is contained in:
Teng-Hui Zhu
2012-04-12 15:32:44 -07:00
committed by Android Git Automerger

View File

@ -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;