mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-31 06:38:22 +00:00
LibWeb: Split Paintable into Paintable and PaintableBox
To prepare for paintable inline content, we take the basic painting functionality and hoist it into a base class.
This commit is contained in:
parent
0500dbc3f6
commit
053766d79c
Notes:
sideshowbarker
2024-07-18 05:37:06 +09:00
Author: https://github.com/awesomekling
Commit: 053766d79c
34 changed files with 133 additions and 95 deletions
|
@ -266,6 +266,7 @@ class PerformanceTiming;
|
|||
namespace Web::Painting {
|
||||
enum class PaintPhase;
|
||||
class Paintable;
|
||||
class PaintableBox;
|
||||
class PaintableWithLines;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue