mirror of
https://github.com/RGBCube/serenity
synced 2025-07-24 20:47:43 +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
|
@ -38,7 +38,7 @@ public:
|
|||
StackingContext* parent() { return m_parent; }
|
||||
const StackingContext* parent() const { return m_parent; }
|
||||
|
||||
void paint(PaintContext&, Layout::Node::PaintPhase);
|
||||
void paint(PaintContext&, PaintPhase);
|
||||
HitTestResult hit_test(const Gfx::IntPoint&, HitTestType) const;
|
||||
|
||||
void dump(int indent = 0) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue