Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 24e3f79f3812ebb364d2d323df2a547bd353867f
https://github.com/WebKit/WebKit/commit/24e3f79f3812ebb364d2d323df2a547bd353867f
Author: Pawel Lampe <[email protected]>
Date: 2026-03-13 (Fri, 13 Mar 2026)
Changed paths:
M Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/FrameRenderer.cpp
M Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/FrameRenderer.h
M Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/LayerTreeHost.cpp
M Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/LayerTreeHost.h
Log Message:
-----------
[GTK][WPE] Non-composited mode renders more than 1 frame per vblank
https://bugs.webkit.org/show_bug.cgi?id=309888
Reviewed by Carlos Garcia Campos.
This change ensures the vblank notifications in web process will get
processed before non-composited frame rendering happens and hence will
get compressed if there were many pending in the queue. With that,
non-composited frame renderer is guaranteed not to render more than 1
frame per vblank anymore.
Canonical link: https://commits.webkit.org/309199@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications