New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 735736 link

Starred by 2 users

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 2
Type: Feature



Sign in to add a comment

SkImage DeferredTextureImageData should return unowned textures

Project Member Reported by ericrk@chromium.org, Jun 21 2017

Issue description

Currently, 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