am e91c8d04: Added interface to SurfaceTexture needed by WebKit.

* commit 'e91c8d0414333e4686a4473aaf1d8b1b1e0ba291':
  Added interface to SurfaceTexture needed by WebKit.
This commit is contained in:
Derek Sollenberger 2011-09-11 07:35:00 -07:00 committed by Android Git Automerger
commit 42382dd8a7

View File

@ -34,6 +34,7 @@ struct SurfaceTexture {
GLenum getCurrentTextureTarget() const { return 0; } GLenum getCurrentTextureTarget() const { return 0; }
void setBufferCount(int bufferCount) {} void setBufferCount(int bufferCount) {}
sp<GraphicBuffer> getCurrentBuffer() const { return NULL; } sp<GraphicBuffer> getCurrentBuffer() const { return NULL; }
int64_t getTimestamp() { return 0; }
}; };
static sp<SurfaceTexture> SurfaceTexture_getSurfaceTexture(JNIEnv* env, jobject thiz) static sp<SurfaceTexture> SurfaceTexture_getSurfaceTexture(JNIEnv* env, jobject thiz)