mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:47:34 +00:00
LibWeb: Implement Path2D class
This commit is contained in:
parent
a37ab7b9f8
commit
2ec52bbbd5
9 changed files with 92 additions and 0 deletions
|
@ -279,6 +279,8 @@
|
|||
#include <LibWeb/Bindings/OptionConstructor.h>
|
||||
#include <LibWeb/Bindings/PageTransitionEventConstructor.h>
|
||||
#include <LibWeb/Bindings/PageTransitionEventPrototype.h>
|
||||
#include <LibWeb/Bindings/Path2DConstructor.h>
|
||||
#include <LibWeb/Bindings/Path2DPrototype.h>
|
||||
#include <LibWeb/Bindings/PerformanceConstructor.h>
|
||||
#include <LibWeb/Bindings/PerformancePrototype.h>
|
||||
#include <LibWeb/Bindings/PerformanceTimingConstructor.h>
|
||||
|
@ -518,6 +520,7 @@
|
|||
ADD_WINDOW_OBJECT_INTERFACE(NodeIterator) \
|
||||
ADD_WINDOW_OBJECT_INTERFACE(NodeList) \
|
||||
ADD_WINDOW_OBJECT_INTERFACE(PageTransitionEvent) \
|
||||
ADD_WINDOW_OBJECT_INTERFACE(Path2D) \
|
||||
ADD_WINDOW_OBJECT_INTERFACE(Performance) \
|
||||
ADD_WINDOW_OBJECT_INTERFACE(PerformanceTiming) \
|
||||
ADD_WINDOW_OBJECT_INTERFACE(ProcessingInstruction) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue