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

Commit a1d34e78 authored by Alec Mouri's avatar Alec Mouri
Browse files

Store previous buffer as a wp

Bug: 404177558
Flag: EXEMPT bug fix
Test: builds, boots
Change-Id: I21c27e69e70b1ec9b447d25f257d2fc57b1590c1
parent 776ba5e5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -117,7 +117,7 @@ public:
        uint32_t bufferTransform;
        bool transformToDisplayInverse;
        Region transparentRegionHint;
        std::shared_ptr<renderengine::ExternalTexture> previousBuffer;
        std::weak_ptr<renderengine::ExternalTexture> previousBuffer;
        std::shared_ptr<renderengine::ExternalTexture> buffer;
        sp<Fence> acquireFence;
        std::shared_ptr<FenceTime> acquireFenceTime;