From c6b22e2727bd3730edd5ad72831a9bb4670d00f3 Mon Sep 17 00:00:00 2001 From: Russell Brenner Date: Thu, 31 Mar 2011 17:32:20 -0700 Subject: Updated JBQ's original SurfaceTexture stubs to make webkit MR1 buildable Change-Id: If1c1610efcc0e0bc6de88c75712baed91624b1a7 --- include/gui/SurfaceTexture.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include') diff --git a/include/gui/SurfaceTexture.h b/include/gui/SurfaceTexture.h index 54ce789..255afdd 100644 --- a/include/gui/SurfaceTexture.h +++ b/include/gui/SurfaceTexture.h @@ -30,6 +30,12 @@ struct SurfaceTexture { void setFrameAvailableListener(const sp&) {} }; +static sp SurfaceTexture_getSurfaceTexture(JNIEnv* env, jobject thiz) +{ + sp s; + return s; +} + } #endif -- cgit v1.1