mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:17:45 +00:00
LibWeb: Create a basic layout node for HTMLVideoElement
This commit is contained in:
parent
725d7c3699
commit
f156d3d5e5
10 changed files with 338 additions and 0 deletions
|
@ -405,6 +405,7 @@ set(SOURCES
|
|||
Layout/TableWrapper.cpp
|
||||
Layout/TextNode.cpp
|
||||
Layout/TreeBuilder.cpp
|
||||
Layout/VideoBox.cpp
|
||||
Loader/ContentFilter.cpp
|
||||
Loader/FileRequest.cpp
|
||||
Loader/FrameLoader.cpp
|
||||
|
@ -446,6 +447,7 @@ set(SOURCES
|
|||
Painting/ShadowPainting.cpp
|
||||
Painting/StackingContext.cpp
|
||||
Painting/TextPaintable.cpp
|
||||
Painting/VideoPaintable.cpp
|
||||
PerformanceTimeline/EntryTypes.cpp
|
||||
PerformanceTimeline/PerformanceEntry.cpp
|
||||
Platform/EventLoopPlugin.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue