Commit Graph

7 Commits

Author SHA1 Message Date
sotaro
505b302b76 Bug 1349232 - Add destroyed check to CompositorVsyncScheduler::ScheduleComposition() r=kats
WebRenderBridgeParent works independently, if root WebRenderBridgeParent is destroyed
without CompositorBridgeParent::StopAndClearResources() call,
non-root WebRenderBridgeParent are still active and could trigger ScheduleComposition().
The change prevents to trigger ScheduleComposition() in this case.
2017-03-23 15:07:02 +09:00
Matt Woodrow
a0028ece26 Bug 1325227 - Part 6: Composite immediately when starting to listen to vsync. r=mchang 2017-02-04 18:53:45 +13:00
Morris Tseng
565444eb81 Merge m-c to graphics. 2016-12-29 18:26:24 +08:00
sotaro
f4bcc48616 Bug 1317893 - Add CompositorVsyncScheduler to WebRenderBridgeParent r=kats 2016-11-22 11:56:38 +09:00
Morris Tseng
08d68942a0 Bug 1322500 - Introducing ShareableCanvasLayer. r=sotaro
MozReview-Commit-ID: 1zVJ3HVQV9W
2016-12-28 10:16:43 +08:00
Sotaro Ikeda
7e559df655 Bug 1318780 - Split CompositorVsyncScheduleOwner to its own file r=kats 2016-11-20 17:14:32 -08:00
Sotaro Ikeda
cfc0d769fa Bug 1317893 - Split CompositorVsyncScheduler to own file r=kats 2016-11-18 02:37:04 -08:00