1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 01:37:35 +00:00

LibWeb: Remove progress element custom paintable use shadow dom instead

This commit is contained in:
Bastiaan van der Plaat 2023-12-05 21:18:15 +01:00 committed by Andreas Kling
parent ca94df3c88
commit 4966c083df
11 changed files with 93 additions and 212 deletions

View file

@ -32,7 +32,6 @@ source_set("Layout") {
"ListItemBox.cpp",
"ListItemMarkerBox.cpp",
"Node.cpp",
"Progress.cpp",
"RadioButton.cpp",
"ReplacedBox.cpp",
"SVGBox.cpp",

View file

@ -26,7 +26,6 @@ source_set("Painting") {
"Paintable.cpp",
"PaintableBox.cpp",
"PaintingCommandExecutorCPU.cpp",
"ProgressPaintable.cpp",
"RadioButtonPaintable.cpp",
"RecordingPainter.cpp",
"SVGGraphicsPaintable.cpp",