mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:17:35 +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
|
@ -394,6 +394,7 @@ class PaintableBox;
|
|||
class PaintableWithLines;
|
||||
class StackingContext;
|
||||
class TextPaintable;
|
||||
class VideoPaintable;
|
||||
struct BorderRadiusData;
|
||||
struct BorderRadiiData;
|
||||
struct LinearGradientData;
|
||||
|
@ -491,6 +492,7 @@ class RadioButton;
|
|||
class ReplacedBox;
|
||||
class TableWrapper;
|
||||
class TextNode;
|
||||
class VideoBox;
|
||||
}
|
||||
|
||||
namespace Web {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue