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

LibWeb: Add missing [as/is]_border_radius_shorthand() methods

This commit is contained in:
Sam Atkins 2022-04-18 17:04:38 +01:00 committed by Andreas Kling
parent d9afc2d6f2
commit 025ee02144
3 changed files with 10 additions and 0 deletions

View file

@ -30,6 +30,7 @@ class BackgroundRepeatStyleValue;
class BackgroundSizeStyleValue;
class BackgroundStyleValue;
class BorderRadiusStyleValue;
class BorderRadiusShorthandStyleValue;
class BorderStyleValue;
class CalculatedStyleValue;
class ColorStyleValue;