Samsung / Castanets

Edge distributed web engine. Part of web engine processes are offloaded to a powerful devices and only graphical results are processed in local devices. This way, we overcome both CPU limitations and memory limitations of the low-end local devices
BSD 3-Clause "New" or "Revised" License
46 stars 43 forks source link

Fix the crash in canvas2d rendering. #370

Closed Sunwoo-Nam closed 3 years ago

Sunwoo-Nam commented 3 years ago

Skip CHECK() on |GetQueryObjectValueHelper|. It causes a crash issue while using Gpu compositing because the shared memory for query is not synchronized.

This patch is migrated from m69 https://github.com/Samsung/Castanets/pull/177