summaryrefslogtreecommitdiffstats
path: root/include/android_runtime/android_graphics_SurfaceTexture.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/android_runtime/android_graphics_SurfaceTexture.h')
-rw-r--r--include/android_runtime/android_graphics_SurfaceTexture.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/android_runtime/android_graphics_SurfaceTexture.h b/include/android_runtime/android_graphics_SurfaceTexture.h
index 8e6fc6e..acf1ca8 100644
--- a/include/android_runtime/android_graphics_SurfaceTexture.h
+++ b/include/android_runtime/android_graphics_SurfaceTexture.h
@@ -25,6 +25,8 @@ namespace android {
extern sp<ANativeWindow> android_SurfaceTexture_getNativeWindow(
JNIEnv* env, jobject thiz);
+extern bool android_SurfaceTexture_isInstanceOf(JNIEnv* env, jobject thiz);
+
} // namespace android