wpe: Run frameComplete outside of images mutex scope
authorPhilippe Normand <philn@igalia.com>
Sat, 19 Oct 2019 11:48:55 +0000 (12:48 +0100)
committerPhilippe Normand <philn@igalia.com>
Thu, 24 Oct 2019 09:41:10 +0000 (09:41 +0000)
commit0f03e33b03456d673550ad72d5dc14fc27ecbea3
tree0a7a10ae37cb272ae5f0df597bfdb734c3f4d1c2
parent5a9541caffece8d0c8b570258d897bb20b663bdb
wpe: Run frameComplete outside of images mutex scope

If the mutex is locked while running frameComplete there is a potential deadlock
bound to happen when we get a new exported images from the backend.

Fixes #1101
ext/wpe/WPEThreadedView.cpp