diff options
| author | 2011-09-11 07:41:37 -0700 | |
|---|---|---|
| committer | 2011-09-11 07:41:37 -0700 | |
| commit | e4f0da706a6706e3aaa3363d4de94551f30a3d22 (patch) | |
| tree | f2d858d3142cfbac733b881797cab91b903b28ff /include/gui/SurfaceTexture.h | |
| parent | f4750724cf8db972a052cb388dc9a39fc7aa6dd6 (diff) | |
| parent | 5b98d3a70d64c46b8d925415a30a7a7d8453d866 (diff) | |
am 5b98d3a7: am e91c8d04: Added interface to SurfaceTexture needed by WebKit.
* commit '5b98d3a70d64c46b8d925415a30a7a7d8453d866':
Added interface to SurfaceTexture needed by WebKit.
Diffstat (limited to 'include/gui/SurfaceTexture.h')
| -rw-r--r-- | include/gui/SurfaceTexture.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gui/SurfaceTexture.h b/include/gui/SurfaceTexture.h index 2e2c74c921bf..706ec99a5ace 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<GraphicBuffer> getCurrentBuffer() const { return NULL; } + int64_t getTimestamp() { return 0; } }; static sp<SurfaceTexture> SurfaceTexture_getSurfaceTexture(JNIEnv* env, jobject thiz) |