Closed
Bug 1301459
Opened 9 years ago
Closed 9 years ago
In nsSVGMaskFrame::GetMaskForMaskedFrame, create surface by Factory::CreateDataSourceSurface
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla52
Tracking | Status | |
---|---|---|
firefox52 | --- | fixed |
People
(Reporter: u459114, Assigned: vliu)
Details
Attachments
(1 file)
In Bug 1301353 comment 3, mstange said:
why are we obtaining the surface by snapshotting an unused DrawTarget? We should create it through Factory::CreateDataSourceSurface.
Updated•9 years ago
|
Assignee: cku → ethlin
Assignee | ||
Comment 2•9 years ago
|
||
Hi Markus,
Could you please have a review for the patch? Thanks.
Attachment #8796447 -
Flags: review?(mstange)
Updated•9 years ago
|
Attachment #8796447 -
Flags: review?(mstange) → review+
Assignee | ||
Comment 3•9 years ago
|
||
Pushed by vliu@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/1137d7187e52
In nsSVGMaskFrame::GetMaskForMaskedFrame, create surface by Factory::CreateDataSourceSurface. r=mstange
Comment 5•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox52:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
You need to log in
before you can comment on or make changes to this bug.
Description
•