Closed
Bug 1060950
Opened 10 years ago
Closed 10 years ago
Prepare drawing before getting the image in D2D 1.1 backend
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla35
People
(Reporter: bas.schouten, Assigned: bas.schouten)
References
Details
Attachments
(1 file)
(deleted),
patch
|
jrmuizel
:
review+
|
Details | Diff | Splinter Review |
In the D2D 1.1 backend we don't always call PrepareForDrawing before getting the image from a surface snapshot, in the self-copy case this can cause us to try and do a selfcopy in D2D 1.1 rather than getting the independent version created by PrepareForDrawing.
Attachment #8481962 -
Flags: review?(jmuizelaar)
Updated•10 years ago
|
Attachment #8481962 -
Flags: review?(jmuizelaar) → review+
Comment 1•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla35
You need to log in
before you can comment on or make changes to this bug.
Description
•