Closed
Bug 1043743
Opened 11 years ago
Closed 3 years ago
[Skia] Stop using SkRefPtr
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: gw280, Unassigned)
References
Details
Upstream removed it. It seems their convention now is to explicitly call unref() in their destructors.
Chromium I believe has their own internal RefPtr helper subclass that they use, which is basically functionally equivalent to the old SkRefPtr, but with refcounting semantics that match Chromium's (Skia's has always been different).
Updated•3 years ago
|
Severity: normal → S3
Updated•3 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•