mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
LibWeb: Remove FooOrCalculated classes
These are unused since we now store values as `StyleValue`s before used-value time, and as their resolved type (e.g. CSSPixels) after
This commit is contained in:
Notes:
github-actions[bot]
2026-03-30 13:06:19 +00:00
Author: https://github.com/Calme1709 Commit: https://github.com/LadybirdBrowser/ladybird/commit/0219eb2ef9e Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/8676 Reviewed-by: https://github.com/AtkinsSJ ✅
@@ -7,6 +7,7 @@
|
||||
#include "EasingFunction.h"
|
||||
#include <AK/Math.h>
|
||||
#include <LibWeb/CSS/Enums.h>
|
||||
#include <LibWeb/CSS/StyleValues/CalculatedStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/EasingStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/IntegerStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/KeywordStyleValue.h>
|
||||
|
||||
Reference in New Issue
Block a user