mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 19:59:17 +00:00
LibWeb: Move PaintPhase enum out of Layout::Node
Now it's just Layout::PaintPhase instead of Layout::Node::PaintPhase.
This commit is contained in:
parent
d6c2a61fa1
commit
d129e68da8
Notes:
sideshowbarker
2024-07-19 01:04:26 +09:00
Author: https://github.com/awesomekling
Commit: d129e68da8
4 changed files with 11 additions and 10 deletions
|
@ -148,6 +148,7 @@ class SVGSVGElement;
|
|||
|
||||
namespace Web::Layout {
|
||||
enum class LayoutMode;
|
||||
enum class PaintPhase;
|
||||
class BlockBox;
|
||||
class BlockFormattingContext;
|
||||
class Box;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue