Merge "added stub for getting buffer from surface texture"

This commit is contained in:
Jean-Baptiste Queru 2011-08-11 12:08:04 -07:00 committed by Android Code Review
commit cff1acf568

View File

@ -31,6 +31,7 @@ struct SurfaceTexture {
void setSynchronousMode(bool) {}
GLenum getCurrentTextureTarget() const { return 0; }
void setBufferCount(int bufferCount) {}
sp<GraphicBuffer> getCurrentBuffer() const { return NULL; }
};
static sp<SurfaceTexture> SurfaceTexture_getSurfaceTexture(JNIEnv* env, jobject thiz)