chore(.NET): update to Cef 124.3.20

This commit is contained in:
Natsumi
2024-05-08 01:32:47 +12:00
parent 57a787e6b4
commit 9cf8b2b3ff
2 changed files with 4 additions and 4 deletions

View File

@@ -134,7 +134,7 @@ namespace VRCX
return new Rect(0, 0, Size.Width, Size.Height);
}
void IRenderHandler.OnAcceleratedPaint(PaintElementType type, Rect dirtyRect, IntPtr sharedHandle)
void IRenderHandler.OnAcceleratedPaint(PaintElementType type, Rect dirtyRect, AcceleratedPaintInfo paintInfo)
{
// NOT USED
}