mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
The LayerTree may be holding references to obsolete Skia/GPU resources, notably the GrGLGpu. The old GrGLGpu should be deleted before a new GrGLGpu is created during the next rasterizer setup. Fixes https://github.com/flutter/flutter/issues/5074