mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-19 07:33:20 +00:00
LibWeb/CSS: Forward-declare some calculation-related types
Saves us having to include CalculatedStyleValue.h from some headers.
This commit is contained in:
parent
df7abe1dc2
commit
37cffba30e
Notes:
github-actions[bot]
2025-10-13 09:01:12 +00:00
Author: https://github.com/AtkinsSJ
Commit: 37cffba30e
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6440
1 changed files with 2 additions and 0 deletions
|
@ -217,6 +217,7 @@ class BasicShapeStyleValue;
|
|||
class BorderImageSliceStyleValue;
|
||||
class BorderRadiusStyleValue;
|
||||
class CalculatedStyleValue;
|
||||
class CalculationNode;
|
||||
class CascadedProperties;
|
||||
class Clip;
|
||||
class ColorMixStyleValue;
|
||||
|
@ -395,6 +396,7 @@ enum class MediaFeatureID : u8;
|
|||
enum class PropertyID : u16;
|
||||
|
||||
struct BackgroundLayerData;
|
||||
struct CalculationContext;
|
||||
struct CalculationResolutionContext;
|
||||
struct CSSStyleSheetInit;
|
||||
struct GridRepeatParams;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue