Closed
Bug 1476211
Opened 7 years ago
Closed 7 years ago
Call FlushSceneBuilds() in WebRenderBridgeParent::CompositeToTarget() during taking snapshot
Categories
(Core :: Graphics: WebRender, defect, P2)
Core
Graphics: WebRender
Tracking
()
RESOLVED
INVALID
People
(Reporter: sotaro, Assigned: sotaro)
References
Details
(Whiteboard: [gfx-noted])
Attachments
(1 file)
During taking snapshot, FlushSceneBuilds() is called before WebRenderBridgeParent::CompositeToTarget(). But it is not good. In the CompositeToTarget(), transaction of AsyncImagePipelineManager::ApplyAsyncImages() is sent asynchronously. But it is not applied to the snapshot. It is not good.
The problem was noticed by Bug 1475187 comment 5.
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → sotaro.ikeda.g
| Assignee | ||
Updated•7 years ago
|
Summary: Call FlushSceneBuilds() in WebRenderBridgeParent::CompositeToTarget() → Call FlushSceneBuilds() in WebRenderBridgeParent::CompositeToTarget() during taking snapshot
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Comment 2•7 years ago
|
||
Comment 3•7 years ago
|
||
Comment on attachment 8992558 [details] [diff] [review]
patch - Call FlushSceneBuilds() in WebRenderBridgeParent::CompositeToTarget() during taking snapshot
Review of attachment 8992558 [details] [diff] [review]:
-----------------------------------------------------------------
I'm not really a fan of passing the flushSceneBuilds flag to FlushFrameGeneration. I like it better if they stay independent. Although I'm not convinced we need this at all (see my comment on the other bug)
Updated•7 years ago
|
| Assignee | ||
Comment 4•7 years ago
|
||
Ok, I am going to do another way.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•