Closed
Bug 1279929
Opened 8 years ago
Closed 8 years ago
Stop using gfxContext device offsets on the temporary gfxContext in nsImageRenderer::Draw
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla50
Tracking | Status | |
---|---|---|
firefox50 | --- | fixed |
People
(Reporter: jwatt, Assigned: jwatt)
References
Details
Attachments
(1 file)
(deleted),
patch
|
mstange
:
review+
|
Details | Diff | Splinter Review |
DrawTargets don't support device offsets. As part of the move to Moz2D we should stop using gfxContext device offsets on the temporary gfxContext in nsImageRenderer::Draw.
Assignee | ||
Comment 1•8 years ago
|
||
Attachment #8762557 -
Flags: review?(mstange)
Updated•8 years ago
|
Attachment #8762557 -
Flags: review?(mstange) → review+
Pushed by jwatt@jwatt.org:
https://hg.mozilla.org/integration/mozilla-inbound/rev/67fa4e5ae842
Stop using gfxContext device offsets on the temporary gfxContext in nsImageRenderer::Draw. r=mstange
Comment 3•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla50
You need to log in
before you can comment on or make changes to this bug.
Description
•