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

Commit a0ab49bb authored by Jesse Hall's avatar Jesse Hall Committed by Gerrit Code Review
Browse files

Merge "Fix incorrect name in eglSwapBuffers log wrapper"

parents 37c69fdd 54460409
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -326,7 +326,7 @@ class EGLLogWrapper implements EGL11 {
    }

    public boolean eglSwapBuffers(EGLDisplay display, EGLSurface surface) {
        begin("eglInitialize");
        begin("eglSwapBuffers");
        arg("display", display);
        arg("surface", surface);
        end();