Closed
Bug 1405594
Opened 8 years ago
Closed 8 years ago
Fix how to schedule composition at WebRenderImageHost::UseTextureHost()
Categories
(Core :: Graphics: WebRender, enhancement)
Core
Graphics: WebRender
Tracking
()
RESOLVED
INVALID
Tracking | Status | |
---|---|---|
firefox57 | --- | unaffected |
firefox58 | --- | unaffected |
People
(Reporter: sotaro, Assigned: sotaro)
References
Details
Attachments
(1 file)
WebRenderImageHost::UseTextureHost() trigger composition when GetAsyncRef() is true. But it is not enough, since WebRenderCanvasRendererAsync also uses AsyncImagePipeline capability without using ImageBridge. In this case, GetAsyncRef() returns false, then the WebRenderImageHost::UseTextureHost() does not trigger the composition.
Assignee | ||
Comment 1•8 years ago
|
||
Assignee | ||
Comment 2•8 years ago
|
||
Assignee: nobody → sotaro.ikeda.g
Assignee | ||
Comment 3•8 years ago
|
||
Assignee | ||
Updated•8 years ago
|
Attachment #8915057 -
Flags: review?(nical.bugzilla)
Updated•8 years ago
|
Whiteboard: [wr-mvp] [triage]
Updated•8 years ago
|
Updated•8 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P1
Whiteboard: [wr-mvp] [triage] → [wr-mvp]
Assignee | ||
Updated•8 years ago
|
Attachment #8915057 -
Flags: review?(nical.bugzilla)
Assignee | ||
Comment 4•8 years ago
|
||
Necessity of this bug depends on how bug 1405481 is going to be addressed. I am going to cancel the review for now.
Assignee | ||
Comment 5•8 years ago
|
||
bug 1405481 is going to address canvas problem. Set this bug to invalid.
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → INVALID
Updated•8 years ago
|
Priority: P1 → --
Whiteboard: [wr-mvp]
You need to log in
before you can comment on or make changes to this bug.
Description
•