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:
parent
ca94df3c88
commit
4966c083df
11 changed files with 93 additions and 212 deletions
|
@ -32,7 +32,6 @@ source_set("Layout") {
|
|||
"ListItemBox.cpp",
|
||||
"ListItemMarkerBox.cpp",
|
||||
"Node.cpp",
|
||||
"Progress.cpp",
|
||||
"RadioButton.cpp",
|
||||
"ReplacedBox.cpp",
|
||||
"SVGBox.cpp",
|
||||
|
|
|
@ -26,7 +26,6 @@ source_set("Painting") {
|
|||
"Paintable.cpp",
|
||||
"PaintableBox.cpp",
|
||||
"PaintingCommandExecutorCPU.cpp",
|
||||
"ProgressPaintable.cpp",
|
||||
"RadioButtonPaintable.cpp",
|
||||
"RecordingPainter.cpp",
|
||||
"SVGGraphicsPaintable.cpp",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue