LibWeb: Rename RecordingPainter to DisplayListRecorder

Use more widely recognized name among browser engine developers.
This commit is contained in:
Aliaksandr Kalenik 2024-06-23 18:40:10 +02:00 committed by Alexander Kalenik
commit 854b269338
Notes: sideshowbarker 2024-07-17 14:33:07 +09:00
43 changed files with 204 additions and 204 deletions

View file

@ -183,7 +183,7 @@ public:
bool should_show_line_box_borders { false };
bool has_focus { false };
};
void record_display_list(Painting::RecordingPainter& recording_painter, PaintConfig);
void record_display_list(Painting::DisplayListRecorder& display_list_recorder, PaintConfig);
Page& page() { return m_page; }
Page const& page() const { return m_page; }