am e91c8d04: Added interface to SurfaceTexture needed by WebKit.
* commit 'e91c8d0414333e4686a4473aaf1d8b1b1e0ba291': Added interface to SurfaceTexture needed by WebKit.
This commit is contained in:
commit
42382dd8a7
@ -34,6 +34,7 @@ struct SurfaceTexture {
|
||||
GLenum getCurrentTextureTarget() const { return 0; }
|
||||
void setBufferCount(int bufferCount) {}
|
||||
sp<GraphicBuffer> getCurrentBuffer() const { return NULL; }
|
||||
int64_t getTimestamp() { return 0; }
|
||||
};
|
||||
|
||||
static sp<SurfaceTexture> SurfaceTexture_getSurfaceTexture(JNIEnv* env, jobject thiz)
|
||||
|
Loading…
Reference in New Issue
Block a user