Closed
Description
Internal customer testing suggests that Skia's resource cache is not getting purged on rasterizer teardown. I would expect this to happen because the GrContext is getting destroyed.
Need to determine whether the GrContext is actually getting destroyed or not, and then determine whether we just need to add a resource cache cleanup in teardown.