Added interface to SurfaceTexture needed by WebKit.

bug: 5239378
Change-Id: I2d84c95c481515621d2b24a36bc213f4ea5d721a
This commit is contained in:
Derek Sollenberger 2011-09-08 15:01:35 -04:00
parent bcb124929a
commit 136593f2ea

View File

@ -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)