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

Commit 134c2687 authored by Michael Lentine's avatar Michael Lentine Committed by Android Git Automerger
Browse files

am fd9d183c: Build fix to use the correct source.

* commit 'fd9d183c':
  Build fix to use the correct source.
parents 7a35ea2c fd9d183c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -470,7 +470,7 @@ status_t VirtualDisplaySurface::queueBuffer(int pslot,

void VirtualDisplaySurface::cancelBuffer(int pslot, const sp<Fence>& fence) {
    if (mDisplayId < 0)
        return mSource[SOURCE_SINK]->cancelBuffer(mapProducer2SourceSlot(source, pslot), fence);
        return mSource[SOURCE_SINK]->cancelBuffer(mapProducer2SourceSlot(SOURCE_SINK, pslot), fence);

    VDS_LOGW_IF(mDbgState != DBG_STATE_GLES,
            "Unexpected cancelBuffer(pslot=%d) in %s state", pslot,