Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e0e508a7 authored by Darwin Huang's avatar Darwin Huang Committed by Automerger Merge Worker
Browse files

Merge "Fix misspelling in SurfaceTexture#attachToGLContext javadoc" am:...

Merge "Fix misspelling in SurfaceTexture#attachToGLContext javadoc" am: 234748cd am: 90e99218 am: 8661f999 am: 529a1268

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1965260

Change-Id: I6f79ceb6c9310297d7d9900bab20678a7d136e2b
parents 6b809270 529a1268
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -290,7 +290,7 @@ public class SurfaceTexture {
     * context at a time.
     *
     * @param texName The name of the OpenGL ES texture that will be created.  This texture name
     * must be unusued in the OpenGL ES context that is current on the calling thread.
     * must be unused in the OpenGL ES context that is current on the calling thread.
     */
    public void attachToGLContext(int texName) {
        int err = nativeAttachToGLContext(texName);