1
Fork 0
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:
Timothy Flynn 2023-04-04 18:32:09 -04:00 committed by Linus Groh
parent 725d7c3699
commit f156d3d5e5
10 changed files with 338 additions and 0 deletions

View file

@ -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 {