mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:47:44 +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
|
@ -448,7 +448,6 @@ set(SOURCES
|
|||
Layout/ListItemBox.cpp
|
||||
Layout/ListItemMarkerBox.cpp
|
||||
Layout/Node.cpp
|
||||
Layout/Progress.cpp
|
||||
Layout/RadioButton.cpp
|
||||
Layout/ReplacedBox.cpp
|
||||
Layout/SVGBox.cpp
|
||||
|
@ -500,7 +499,6 @@ set(SOURCES
|
|||
Painting/Paintable.cpp
|
||||
Painting/PaintableBox.cpp
|
||||
Painting/PaintingCommandExecutorCPU.cpp
|
||||
Painting/ProgressPaintable.cpp
|
||||
Painting/RadioButtonPaintable.cpp
|
||||
Painting/RecordingPainter.cpp
|
||||
Painting/SVGPathPaintable.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue