Project Silk: Difference between revisions

Line 51: Line 51:




*Why we need to run a sync InputDispatcher task at main thread in step 1?
*Why execute a sync InputDispatcher task on main thread, instead of vsync-dispatcher thread, in step one?
The APZ event processing code all currently runs on the main thread. APZ can't process the input at non-main thread until we complete the [https://bugzilla.mozilla.org/show_bug.cgi?id=930939 Bug 930939]. It will do the APZ off the main thread(it will update the APZ at VsyncDispatcher thread).
The APZ event processing code all currently runs on the main thread. APZ can't process the input at non-main thread until we complete the [https://bugzilla.mozilla.org/show_bug.cgi?id=930939 Bug 930939]. It will do the APZ off the main thread(it will update the APZ at VsyncDispatcher thread).


Confirmed users
1,643

edits