summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2013-02-14 14:36:04 -0800
committerMathias Agopian <mathias@google.com>2013-02-15 12:47:40 -0800
commit29479ebe1007361222bf6ab4d5e2a27927d4b8e8 (patch)
tree704baab78634aac8fb8139e8a9ea212714d4d26d /include
parentc145317d0b19fbd1e7aff8519696146853367b89 (diff)
downloadframeworks_base-29479ebe1007361222bf6ab4d5e2a27927d4b8e8.zip
frameworks_base-29479ebe1007361222bf6ab4d5e2a27927d4b8e8.tar.gz
frameworks_base-29479ebe1007361222bf6ab4d5e2a27927d4b8e8.tar.bz2
clean-up following Surface split
Change-Id: I853a76d92d957ee38a36fcdd280d6407ec316987
Diffstat (limited to 'include')
-rw-r--r--include/android_runtime/android_view_Surface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/android_runtime/android_view_Surface.h b/include/android_runtime/android_view_Surface.h
index b56aff8..53e8b49 100644
--- a/include/android_runtime/android_view_Surface.h
+++ b/include/android_runtime/android_view_Surface.h
@@ -37,7 +37,7 @@ extern bool android_view_Surface_isInstanceOf(JNIEnv* env, jobject obj);
extern sp<Surface> android_view_Surface_getSurface(JNIEnv* env, jobject surfaceObj);
/* Creates a Surface from an IGraphicBufferProducer. */
-extern jobject android_view_Surface_createFromISurfaceTexture(JNIEnv* env,
+extern jobject android_view_Surface_createFromIGraphicBufferProducer(JNIEnv* env,
const sp<IGraphicBufferProducer>& bufferProducer);
} // namespace android