Closed
Bug 988820
Opened 11 years ago
Closed 10 years ago
Stop creating a Thebes (gfxASurface) backed gfxContext in nsFilterInstance
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
FIXED
mozilla33
People
(Reporter: jwatt, Assigned: jwatt)
References
(Blocks 1 open bug)
Details
We should stop creating a Thebes (gfxASurface) backed gfxContext in nsFilterInstance.
This basically comes down to making sure that nsFilterInstance::PaintFilteredFrame is only ever passed a Moz2D backed context, which in turn means making sure that nsSVGUtils::PaintFrameWithEffects and nsSVGIntegrationUtils::PaintFramesWithEffects are only ever passed a Moz2D backed context.
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → jwatt
Assignee | ||
Comment 1•10 years ago
|
||
I fixed this in bug 1034528.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•