mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1125999 Part 1 Use compress keyword for PVsync notify messages. r=bent
This commit is contained in:
parent
9c85c35385
commit
76be354d93
@ -21,7 +21,7 @@ async protocol PVsync
|
||||
|
||||
child:
|
||||
// Send vsync event from chrome to content process.
|
||||
async Notify(TimeStamp aVsyncTimestamp);
|
||||
async Notify(TimeStamp aVsyncTimestamp) compress;
|
||||
|
||||
parent:
|
||||
// Content process use these messages to acquire the vsync event.
|
||||
|
Loading…
Reference in New Issue
Block a user