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

Commit 47c46569 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix bug in synchronization code for Vulkan WebView"

parents e8d4e999 37e9327e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ public:
    ScopedDrawRequest() { beginDraw(); }
private:
    void beginDraw() {
        std::lock_guard{sLock};
        std::lock_guard _lock{sLock};

        if (!sGLDrawThread) {
            sGLDrawThread = new ThreadBase{};