Closed
Bug 1379638
Opened 8 years ago
Closed 7 years ago
Make clip rect argument to wr_push_* functions optional
Categories
(Core :: Graphics: WebRender, enhancement, P3)
Tracking
()
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox56 | --- | unaffected |
| firefox57 | --- | unaffected |
People
(Reporter: kats, Unassigned)
References
Details
(Whiteboard: [gfx-noted])
In WR cset 5066a13 the clip argument to functions like push_rect, push_yuv_image, etc. was made optional in that we can pass None, Some(rect) or Some(complex). Right now we are just always passing Some(rect) but we should update the C++ WebRenderAPI interface to allow passing the other options as well.
This is not a high priority per bug 1374730 comment 45.
| Reporter | ||
Updated•8 years ago
|
Updated•8 years ago
|
Blocks: stage-wr-backlog
Updated•8 years ago
|
status-firefox56:
--- → unaffected
status-firefox57:
--- → unaffected
Comment 1•7 years ago
|
||
This argument is no longer optional so we don't need to do this.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•