1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 23:37: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:
Andreas Kling 2020-12-03 19:15:27 +01:00
parent d6c2a61fa1
commit d129e68da8
4 changed files with 11 additions and 10 deletions

View file

@ -148,6 +148,7 @@ class SVGSVGElement;
namespace Web::Layout {
enum class LayoutMode;
enum class PaintPhase;
class BlockBox;
class BlockFormattingContext;
class Box;