diff --git a/include/gui/SurfaceTexture.h b/include/gui/SurfaceTexture.h index 2e2c74c92..706ec99a5 100644 --- a/include/gui/SurfaceTexture.h +++ b/include/gui/SurfaceTexture.h @@ -34,6 +34,7 @@ struct SurfaceTexture { GLenum getCurrentTextureTarget() const { return 0; } void setBufferCount(int bufferCount) {} sp getCurrentBuffer() const { return NULL; } + int64_t getTimestamp() { return 0; } }; static sp SurfaceTexture_getSurfaceTexture(JNIEnv* env, jobject thiz)