Skip to content

Commit e4f0da7

Browse files
drWulfAndroid Git Automerger
authored andcommitted
am 5b98d3a7: am e91c8d0: Added interface to SurfaceTexture needed by WebKit.
* commit '5b98d3a70d64c46b8d925415a30a7a7d8453d866': Added interface to SurfaceTexture needed by WebKit.
2 parents f475072 + 5b98d3a commit e4f0da7

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)