Closed
Bug 981857
Opened 11 years ago
Closed 11 years ago
Make DrawTargetCG::CopySurface() support data surfaces
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla30
People
(Reporter: jwatt, Assigned: jwatt)
References
Details
Attachments
(1 file)
1.22 KB,
patch
|
jrmuizel
:
review+
|
Details | Diff | Splinter Review |
I need DrawTargetCG::CopySurface() to support data surfaces in order to complete bug 950372.
Assignee | ||
Comment 1•11 years ago
|
||
Seems like the called function that creates the CGImageRef from the SourceSurface - GetRetainedImageFromSourceSurface - already supports DATA surfaces.
Attachment #8388794 -
Flags: review?(bas)
Assignee | ||
Comment 2•11 years ago
|
||
This gets the reftests that I'm seeing fail on OS X passing.
Updated•11 years ago
|
Attachment #8388794 -
Flags: review?(bas) → review+
Assignee | ||
Comment 3•11 years ago
|
||
Comment 4•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla30
You need to log in
before you can comment on or make changes to this bug.
Description
•