Closed
Bug 854556
Opened 12 years ago
Closed 11 years ago
[Skia] Only hold a ref to the SkCanvas in DrawTargetSkia
Categories
(Core :: Graphics, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla24
People
(Reporter: gw280, Assigned: snorp)
References
Details
Attachments
(1 file)
8.55 KB,
patch
|
mattwoodrow
:
review+
|
Details | Diff | Splinter Review |
We currently keep track of or own the SkBitmap, SkDevice and SkCanvas. We only really need to own the SkCanvas and let the canvas own everything else.
Assignee | ||
Comment 1•12 years ago
|
||
(In reply to George Wright (:gw280) from comment #0)
> We currently keep track of or own the SkBitmap, SkDevice and SkCanvas. We
> only really need to own the SkCanvas and let the canvas own everything else.
We can let SkDevice own the bitmap it looks like, but SkCanvas does not have any way of owning the SkDevice, AFAICT.
Assignee | ||
Comment 2•12 years ago
|
||
Ah, maybe I'm wrong. I guess the device is ref counted, so it should work out.
Updated•12 years ago
|
Priority: -- → P1
Assignee | ||
Comment 3•11 years ago
|
||
Updated•11 years ago
|
Attachment #754825 -
Flags: review?(matt.woodrow) → review+
Assignee | ||
Comment 4•11 years ago
|
||
Comment 5•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla24
You need to log in
before you can comment on or make changes to this bug.
Description
•