Closed
Bug 1708103
Opened 4 years ago
Closed 4 years ago
Move wr_renderer_update() call before mCompositor->BeginFrame()
Categories
(Core :: Graphics: WebRender, enhancement)
Core
Graphics: WebRender
Tracking
()
RESOLVED
INVALID
People
(Reporter: sotaro, Assigned: sotaro)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
wr_renderer_update() is called after mCompositor->BeginFrame(). By it, RenderCompositor could not differentiate RenderCompositor::StartCompositing() call from wr_renderer_update() or from wr_renderer_render().
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → sotaro.ikeda.g
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
This is not necessary by Bug 1708590.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•