mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-25 03:49:42 +00:00
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:
parent
127f8dbcbe
commit
56c1ae0d21
@ -2,5 +2,5 @@
|
||||
|
||||
intr protocol PIntrPriority {
|
||||
child:
|
||||
[Priority=high] intr Msg();
|
||||
[Priority=vsync] intr Msg();
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user