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

Commit 728a8da1 authored by Jesse Hall's avatar Jesse Hall Committed by Android (Google) Code Review
Browse files

Merge "surfaceflinger: Check sideband stream changed to trigger sideband Layer...

Merge "surfaceflinger: Check sideband stream changed to trigger sideband Layer update." into lmp-dev
parents 5105960d 0ea1cb91
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -284,7 +284,7 @@ public:
    /*
     * Returns if a frame is queued.
     */
    bool hasQueuedFrame() const { return mQueuedFrames > 0; }
    bool hasQueuedFrame() const { return mQueuedFrames > 0 || mSidebandStreamChanged; }

    // -----------------------------------------------------------------------