Bug 1705443 - Use vsync priority in PIntrPriority::Msg r=smaug

We've renamed the `high` priority to `vsync` in bug 1697585,
this is just adapting the change.

Differential Revision: https://phabricator.services.mozilla.com/D112198
This commit is contained in:
Sean Feng 2021-04-15 19:07:06 +00:00
parent 127f8dbcbe
commit 56c1ae0d21

View File

@ -2,5 +2,5 @@
intr protocol PIntrPriority {
child:
[Priority=high] intr Msg();
[Priority=vsync] intr Msg();
};