mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 10:08:10 +00:00
![]() Instead of painting synchronously whenever a Paint request comes in, the WebContent process will now buffer pending paints and coalesce them and defer the actual paint using a zero-timer. This significantly reduces flickering already, without doing any double-buffering in the WebContentView widget. |
||
---|---|---|
.. | ||
ClientConnection.cpp | ||
ClientConnection.h | ||
CMakeLists.txt | ||
Documentation.txt | ||
Forward.h | ||
main.cpp | ||
PageHost.cpp | ||
PageHost.h | ||
WebContentClient.ipc | ||
WebContentServer.ipc |