The UI thread does not have an EGL context, so attempting to delete an SkImage on that thread will fail to delete the image's texture, resulting in resource leaks
The UI thread does not have an EGL context, so attempting to delete an SkImage on that thread will fail to delete the image's texture, resulting in resource leaks