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

Commit c556a0e4 authored by Michael Bestas's avatar Michael Bestas Committed by Ethan Chen
Browse files

Fix QCOM_BSP ifdef

Change-Id: Ibeee2edadcf03b92f31cf3af3c0be0e2e0af023d
parent f2b22734
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -331,7 +331,9 @@ int Surface::queueBuffer(android_native_buffer_t* buffer, int fenceFd) {
            &numPendingBuffers);

    mConsumerRunningBehind = (numPendingBuffers >= 2);
#ifdef QCOM_BSP
    mDirtyRect.clear();
#endif
    return err;
}