Images 💾

Last commit ⭐

commit 3645b676fb3923d4417dcc25f9159c37b1251fcc
Author:     Arthur Grillo <arthurgrillo@riseup.net>
AuthorDate: Wed Apr 10 16:21:02 2024 -0300
Commit:     Alexander Kalenik <kalenik.aliaksandr@gmail.com>
CommitDate: Sat Apr 13 20:25:48 2024 -0700

    LibWeb: Remove `RecordingPainter::paint_frame()`
    
    PaintFrame is not primitive painting command, we inherited from OS, that
    is hard to replicate in GPU-painter or alternative CPU-painter API. We
    should remove it as a part of refactoring towards simplifying recording
    painter commands set.
    
    Fixes: #23796