1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 00:27:43 +00:00

LibWeb: Move CSS::EdgeRect into its own files

Also remove the unused StyleValue::to_rect() because an EdgeRect is only
ever held by a RectStyleValue.
This commit is contained in:
Sam Atkins 2023-03-30 14:22:39 +01:00 committed by Andreas Kling
parent b3a7a00ccf
commit bcebca62d3
9 changed files with 69 additions and 38 deletions

View file

@ -6,7 +6,7 @@
#pragma once
#include <LibWeb/CSS/StyleValue.h>
#include <LibWeb/CSS/EdgeRect.h>
namespace Web::CSS {