LibWeb: Rename CommandList to DisplayList

Use more widely recognized name among browser engine developers.
This commit is contained in:
Aliaksandr Kalenik 2024-06-23 18:16:46 +02:00 committed by Alexander Kalenik
commit 5570e6b648
Notes: sideshowbarker 2024-07-17 11:33:34 +09:00
12 changed files with 34 additions and 34 deletions

View file

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