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
commit 025ee02144
Notes: sideshowbarker 2024-07-17 11:41:41 +09:00
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;