Confirmed users
1,643
edits
| Line 8: | Line 8: | ||
VsyncDispatcher stands at the key position of Project Silk. The main role of this object is | VsyncDispatcher stands at the key position of Project Silk. The main role of this object is | ||
# to receive HW vsync event from vsync driver. | # to receive HW vsync event from vsync driver. | ||
# to dispatch vsync event to | # to dispatch vsync event to registered-event listeners. | ||
There is exactly one and only one VsyncDispatcher object in chrome process and each content process. VsyncDispatcher's job in chrome side and content side is kind of different. | There is exactly one and only one VsyncDispatcher object in chrome process and each content process. VsyncDispatcher's job in chrome side and content side is kind of different. | ||