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)

defect

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: nobody → sotaro.ikeda.g
Blocks: 1475187
Summary: Call FlushSceneBuilds() in WebRenderBridgeParent::CompositeToTarget() → Call FlushSceneBuilds() in WebRenderBridgeParent::CompositeToTarget() during taking snapshot
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)
Priority: -- → P2
Whiteboard: [gfx-noted]
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.

Attachment

General

Created:
Updated:
Size: