From 136593f2ea21b1a706d8ff0e6b9817ea42a93b58 Mon Sep 17 00:00:00 2001 From: Derek Sollenberger Date: Thu, 8 Sep 2011 15:01:35 -0400 Subject: [PATCH] Added interface to SurfaceTexture needed by WebKit. bug: 5239378 Change-Id: I2d84c95c481515621d2b24a36bc213f4ea5d721a --- include/gui/SurfaceTexture.h | 1 + 1 file changed, 1 insertion(+) 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)