mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:47:35 +00:00
LibWeb: Move StackingContext and PaintPhase into the Painting namespace
This commit is contained in:
parent
a4d51b3dc2
commit
f0d833a3d7
41 changed files with 105 additions and 103 deletions
|
@ -20,8 +20,8 @@ public:
|
|||
SVG::SVGElement& dom_node() { return verify_cast<SVG::SVGElement>(*Box::dom_node()); }
|
||||
SVG::SVGElement const& dom_node() const { return verify_cast<SVG::SVGElement>(*Box::dom_node()); }
|
||||
|
||||
virtual void before_children_paint(PaintContext& context, PaintPhase phase) override;
|
||||
virtual void after_children_paint(PaintContext& context, PaintPhase phase) override;
|
||||
virtual void before_children_paint(PaintContext& context, Painting::PaintPhase phase) override;
|
||||
virtual void after_children_paint(PaintContext& context, Painting::PaintPhase phase) override;
|
||||
|
||||
private:
|
||||
virtual bool is_svg_box() const final { return true; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue