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

Commit bce7611e authored by Jesse Hall's avatar Jesse Hall
Browse files

Fix build -- update for function signature change

Change-Id: I9c2448d5853c69ec7e962847fdaba9a99906cc42
parent 3bc38408
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -302,7 +302,7 @@ status_t VirtualDisplaySurface::queueBuffer(int pslot,
        // slot and fence as we just queued.
        Mutex::Autolock lock(mMutex);
        BufferQueue::BufferItem item;
        result = acquireBufferLocked(&item);
        result = acquireBufferLocked(&item, 0);
        if (result != NO_ERROR)
            return result;
        VDS_LOGW_IF(item.mBuf != sslot,