Bug 97481 - [skia] Seperate pixel memory ownership from ImageDecoder / ImageFrame
Summary: [skia] Seperate pixel memory ownership from ImageDecoder / ImageFrame
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Images (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 99784
  Show dependency treegraph
 
Reported: 2012-09-24 14:02 PDT by Hin-Chung Lam
Modified: 2012-10-18 18:18 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hin-Chung Lam 2012-09-24 14:02:15 PDT
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.
Comment 1 Hin-Chung Lam 2012-10-18 18:18:46 PDT
This bug is not valid any more. Need to have a more concrete problem to solve.