mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
The GPUSurfaceGL holds references to Skia objects that may own GL objects. If the GL objects are destructed on the GPU thread after the EGL context has been dropped, then the GL delete calls will not take effect.