Skip to content

Commit

Permalink
Merge "SurfaceTexture: remove call to doGLFenceWait" into jb-mr1-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Gennis authored and Android (Google) Code Review committed Sep 18, 2012
2 parents ab3d0fd + 917a3b3 commit 94998c9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions core/jni/android/graphics/SurfaceTexture.cpp
Expand Up @@ -223,10 +223,6 @@ static void SurfaceTexture_updateTexImage(JNIEnv* env, jobject thiz)
} else if (err < 0) {
jniThrowRuntimeException(env, "Error during updateTexImage (see logcat for details)");
}
err = surfaceTexture->doGLFenceWait();
if (err != NO_ERROR) {
jniThrowRuntimeException(env, "Error waiting for fence (see logcat for details)");
}
}

static jint SurfaceTexture_detachFromGLContext(JNIEnv* env, jobject thiz)
Expand Down

0 comments on commit 94998c9

Please sign in to comment.