summaryrefslogtreecommitdiff
path: root/Demos
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2020-07-05 16:26:15 +0200
committerAndreas Kling <kling@serenityos.org>2020-07-05 16:26:15 +0200
commit668fe61b1de666ba583fa43a317d47d269e0bb70 (patch)
tree5100a1fb27bbf4b4aaa712223b8c2f1b65eba7a7 /Demos
parentddbdd0e68617f7e09d5b07496de216d120630bf8 (diff)
downloadserenity-668fe61b1de666ba583fa43a317d47d269e0bb70.zip
WebContent: Coalesce pending paint events to reduce overdraw
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.
Diffstat (limited to 'Demos')
0 files changed, 0 insertions, 0 deletions