Support img.decode API for <canvas> |
|
Issue descriptionCurrently the img.decode API only warms up the image cache in the compositor, effectively meaning it can only be used for web content rasterized by cc. Since image caching for 2d canvas has been moved to using cc ImageDecodeCache, though a different instance which lives on the main thread, it's probably going to be easier to support this API for canvas use-cases as well. |
|
►
Sign in to add a comment |
|