LibWeb: Make CSS Transformation struct a proper class

Move it out of ComputedValues.h into its own files, and take the
transformation-to-matrix code from StackingContext.
This commit is contained in:
Sam Atkins 2023-10-13 17:25:23 +01:00 committed by Andreas Kling
commit 642ad80960
Notes: sideshowbarker 2024-07-17 07:08:37 +09:00
8 changed files with 193 additions and 152 deletions

View file

@ -166,6 +166,7 @@ class Time;
class TimeOrCalculated;
class TimePercentage;
class TimeStyleValue;
class Transformation;
class TransformationStyleValue;
class URLStyleValue;
class UnicodeRange;