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

Commit 07584d63 authored by Jamie Gennis's avatar Jamie Gennis Committed by Android (Google) Code Review
Browse files

Merge "SurfaceTexture: fix a verbose-log compile error" into ics-mr1

parents afcfa2f2 988637e5
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -498,8 +498,8 @@ status_t SurfaceTexture::dequeueBuffer(int *outBuf, uint32_t w, uint32_t h,
        eglDestroySyncKHR(dpy, fence);
        eglDestroySyncKHR(dpy, fence);
    }
    }


    ST_LOGV("dequeueBuffer: returning slot=%d buf=%p flags=%#x", buf,
    ST_LOGV("dequeueBuffer: returning slot=%d buf=%p flags=%#x", *outBuf,
            mSlots[buf].mGraphicBuffer->handle, returnFlags);
            mSlots[*outBuf].mGraphicBuffer->handle, returnFlags);


    return returnFlags;
    return returnFlags;
}
}