Closed Bug 1264839 Opened 8 years ago Closed 8 years ago

Make ImageHost be able to schedule next composition if it still have one more video frame

Categories

(Core :: Graphics: Layers, defect)

defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: jerry, Assigned: jerry)

References

Details

We only schedule composition when we have layer transaction or async animation. In current implementation, we can pass several video frames in one transaction, but we still need a layer transaction to trigger the composition.

I think we could check all imageLayer nodes at CompositorBridgeParent. if there are still have another video frames, CompositorBridgeParent can just do the composition for that video frames.
See Also: → 1143575
Thanks, Matt. I will check this soon.
The mechanism in Matt's comment works as expected. Thanks!
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.