am c6b22e27: Updated JBQ\'s original SurfaceTexture stubs to make webkit MR1 buildable

* commit 'c6b22e2727bd3730edd5ad72831a9bb4670d00f3':
  Updated JBQ's original SurfaceTexture stubs to make webkit MR1 buildable
This commit is contained in:
Russell Brenner
2011-03-31 18:55:26 -07:00
committed by Android Git Automerger

View File

@@ -30,6 +30,12 @@ struct SurfaceTexture {
void setFrameAvailableListener(const sp<FrameAvailableListener>&) {}
};
static sp<SurfaceTexture> SurfaceTexture_getSurfaceTexture(JNIEnv* env, jobject thiz)
{
sp<SurfaceTexture> s;
return s;
}
}
#endif