mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-27 04:37:22 +00:00
LibWeb: Remove CalculatedStyleValue from Angle
...and replace it with AngleOrCalculated. This has the nice bonus effect of actually handling `calc()` for angles in a transform function. :^) (Previously we just would have asserted.)
This commit is contained in:
parent
fa90a3bb4f
commit
7a1a97f153
Notes:
sideshowbarker
2024-07-16 22:10:48 +09:00
Author: https://github.com/AtkinsSJ
Commit: 7a1a97f153
Pull-request: https://github.com/SerenityOS/serenity/pull/18104
6 changed files with 9 additions and 37 deletions
|
@ -23,6 +23,7 @@
|
|||
#include <AK/WeakPtr.h>
|
||||
#include <LibGfx/Painter.h>
|
||||
#include <LibWeb/CSS/Angle.h>
|
||||
#include <LibWeb/CSS/CalculatedOr.h>
|
||||
#include <LibWeb/CSS/Enums.h>
|
||||
#include <LibWeb/CSS/Frequency.h>
|
||||
#include <LibWeb/CSS/Length.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue