mirror of
https://github.com/RGBCube/serenity
synced 2025-05-20 14:15:07 +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
4 changed files with 11 additions and 10 deletions
|
@ -47,7 +47,7 @@ StackingContext::StackingContext(Box& box, StackingContext* parent)
|
|||
}
|
||||
}
|
||||
|
||||
void StackingContext::paint(PaintContext& context, Node::PaintPhase phase)
|
||||
void StackingContext::paint(PaintContext& context, PaintPhase phase)
|
||||
{
|
||||
if (!m_box.is_root()) {
|
||||
m_box.paint(context, phase);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue