Skip to content

Commit e30af49

Browse files
Jean-Baptiste QueruAndroid Git Automerger
authored andcommitted
am 44874c2: am c962512: Merge "added stub for getting buffer from surface texture"
* commit '44874c236de282b0d898f179fc9fdafa84aae40d': added stub for getting buffer from surface texture
2 parents 8f226dc + 44874c2 commit e30af49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/gui/SurfaceTexture.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ struct SurfaceTexture {
3131
void setSynchronousMode(bool) {}
3232
GLenum getCurrentTextureTarget() const { return 0; }
3333
void setBufferCount(int bufferCount) {}
34+
sp<GraphicBuffer> getCurrentBuffer() const { return NULL; }
3435
};
3536

3637
static sp<SurfaceTexture> SurfaceTexture_getSurfaceTexture(JNIEnv* env, jobject thiz)

0 commit comments

Comments
 (0)