mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibWeb: Rename CommandList to DisplayList
Use more widely recognized name among browser engine developers.
This commit is contained in:
committed by
Alexander Kalenik
parent
c92f8ab1ea
commit
5570e6b648
Notes:
sideshowbarker
2024-07-17 11:33:34 +09:00
Author: https://github.com/kalenikaliaksandr Commit: https://github.com/LadybirdBrowser/ladybird/commit/5570e6b648 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/260
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user