Closed
Bug 1548056
Opened 6 years ago
Closed 4 years ago
Stop using FrameLayerBuilder for painting filters in blob grouping code
Categories
(Core :: Graphics: WebRender, task, P3)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
90 Branch
Tracking | Status | |
---|---|---|
firefox90 | --- | fixed |
People
(Reporter: jrmuizel, Assigned: mattwoodrow)
References
(Regressed 3 open bugs)
Details
Attachments
(2 files)
Currently Grouper::PaintContainerItem uses a BasicLayerManager to paint filters. We basically just need to call nsFilterInstance::PaintFilteredFrame() which doesn't rely on a LayerManager.
Reporter | ||
Updated•6 years ago
|
Type: defect → task
Priority: -- → P3
Reporter | ||
Comment 1•6 years ago
|
||
We'll also need to do some work to make sure the paint rect is set appropriately. Though maybe it would be better to not have a paint rect at all...
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → matt.woodrow
Assignee | ||
Comment 2•4 years ago
|
||
Assignee | ||
Comment 3•4 years ago
|
||
Depends on D115320
Pushed by mwoodrow@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9849809643a6
Use nsDisplayItem::Paint for filters and transforms within SVG blobs instead of FrameLayerBuilder. r=jrmuizel
https://hg.mozilla.org/integration/autoland/rev/c1a29b263709
Use nsDisplayItem::Paint and DLBI to paint fallback filters instead of FrameLayerBuilder. r=jrmuizel
Comment 5•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/9849809643a6
https://hg.mozilla.org/mozilla-central/rev/c1a29b263709
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox90:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 90 Branch
Updated•9 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•