SkImage DeferredTextureImageData should return unowned textures |
|
Issue descriptionCurrently, the DeferredTextureImageData API returns a texture-backed SkImage whose texture is owned by Skia. This makes it difficult for CC to control the lifetime of this image, and has problematic interactions with discardable memory. We should instead return an unowned texture, which can be wrapped in an SkImage by CC. |
|
►
Sign in to add a comment |
|