Closed
Bug 1613114
Opened 5 years ago
Closed 5 years ago
Backdrop filter still rounds during display list building
Categories
(Core :: Graphics: WebRender, defect, P3)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla74
People
(Reporter: aosmond, Assigned: aosmond)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
We should never (?) need to do this, and instead trust scene building to do any necessary rounding for snapping purposes.
Assignee | ||
Comment 1•5 years ago
|
||
No other items need to round their bounds/clips, and backdrop filters
should be no exception. They should trust scene building (and to a
lesser extent, frame building) to perform any necessary snapping. This
patch also removes the ToRoundedLayoutPoint/Rect methods as there are no
more users of the APIs, nor should there ever be.
Assignee | ||
Updated•5 years ago
|
Blocks: wr-74
status-firefox72:
--- → wontfix
status-firefox73:
--- → wontfix
status-firefox74:
--- → affected
Pushed by aosmond@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/eaea76e85026
Remove rounding the backdrop filter bounds during WR display list building. r=jrmuizel
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla74
You need to log in
before you can comment on or make changes to this bug.
Description
•