Bug 45869 - [chromium] ImageLayerChromium must keep a reference to the Image it uses
Summary: [chromium] ImageLayerChromium must keep a reference to the Image it uses
Status: RESOLVED DUPLICATE of bug 45717
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Vangelis Kokkevis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-15 19:41 PDT by Vangelis Kokkevis
Modified: 2010-10-11 16:25 PDT (History)
1 user (show)

See Also:


Attachments
proposed patch (5.57 KB, patch)
2010-09-15 19:45 PDT, Vangelis Kokkevis
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vangelis Kokkevis 2010-09-15 19:41:00 PDT
Otherwise the image could be released before the layer is done with it. This has already been fixed for the CG backend but we need a solution for PLATFORM(SKIA).
Comment 1 Nico Weber 2010-09-15 19:42:54 PDT

*** This bug has been marked as a duplicate of bug 45717 ***
Comment 2 Vangelis Kokkevis 2010-09-15 19:45:29 PDT
Created attachment 67763 [details]
proposed patch
Comment 3 James Robinson 2010-10-11 16:25:14 PDT
Comment on attachment 67763 [details]
proposed patch

Not needed now that this has landed:
http://trac.webkit.org/changeset/67625

clearing flags to remove from r? queue