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

Commit c538a75a authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6862191 from 112da3a9 to rvc-qpr1-release

Change-Id: If2307a063cc1d43dd4381ea8bf6434463c598dc2
parents 4732904d 112da3a9
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -1445,6 +1445,13 @@ Layer::FrameRate Layer::getFrameRateForLayerTree() const {

void Layer::deferTransactionUntil_legacy(const sp<Layer>& barrierLayer, uint64_t frameNumber) {
    ATRACE_CALL();
    if (mLayerDetached) {
        // If the layer is detached, then we don't defer this transaction since we will not
        // commit the pending state while the layer is detached. Adding sync points may cause
        // the barrier layer to wait for the states to be committed before dequeuing a buffer.
        return;
    }

    mCurrentState.barrierLayer_legacy = barrierLayer;
    mCurrentState.frameNumber_legacy = frameNumber;
    // We don't set eTransactionNeeded, because just receiving a deferral