Confirmed users
346
edits
| Line 32: | Line 32: | ||
==== Order to dispatch Vsync events ==== | ==== Order to dispatch Vsync events ==== | ||
VsyncDispatcherHost: | Current Design: | ||
VsyncDispatcherHost: | |||
1. notify the main thread to handle input event. | |||
2. wait the input handling task done, then notify the compositor parent to do compose. | |||
3. send vsync event to content process. | |||
4. tick Chrome refresh driver | |||
VsyncDispatcherClient: | VsyncDispatcherClient: | ||
1. tick Content refresh driver | |||