Skip to content

Commit 5b98d3a

Browse files
drWulfAndroid Git Automerger
authored andcommitted
am e91c8d0: Added interface to SurfaceTexture needed by WebKit.
* commit 'e91c8d0414333e4686a4473aaf1d8b1b1e0ba291': Added interface to SurfaceTexture needed by WebKit.
2 parents 9d829f9 + e91c8d0 commit 5b98d3a

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
@@ -34,6 +34,7 @@ struct SurfaceTexture {
3434
GLenum getCurrentTextureTarget() const { return 0; }
3535
void setBufferCount(int bufferCount) {}
3636
sp<GraphicBuffer> getCurrentBuffer() const { return NULL; }
37+
int64_t getTimestamp() { return 0; }
3738
};
3839

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

0 commit comments

Comments
 (0)