Bug 97481
| Summary: | [skia] Seperate pixel memory ownership from ImageDecoder / ImageFrame | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Hin-Chung Lam <hclam> |
| Component: | Images | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | hclam, jamesr, nduca, nick, pkasting, vangelis |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 99784 | ||
Hin-Chung Lam
This is a refactoring task to extract memory allocation and ownership from ImageDecoder and ImageFrame though some kind of a lock and unlock operations. This allow an external body to control the memory allocation and caching.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Hin-Chung Lam
This bug is not valid any more. Need to have a more concrete problem to solve.