Bug 1125999 Part 1 Use compress keyword for PVsync notify messages. r=bent

This commit is contained in:
Mason Chang 2015-01-29 17:41:02 -08:00
parent 8bd6dfc792
commit add4633ef0

View File

@ -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.