mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 19:07:36 +00:00
LibWeb: Implement Path2D class
This commit is contained in:
parent
a37ab7b9f8
commit
2ec52bbbd5
9 changed files with 92 additions and 0 deletions
|
@ -295,6 +295,7 @@ class MessagePort;
|
|||
struct NavigationParams;
|
||||
class Origin;
|
||||
class PageTransitionEvent;
|
||||
class Path2D;
|
||||
struct PolicyContainer;
|
||||
class PromiseRejectionEvent;
|
||||
class WorkerDebugConsoleClient;
|
||||
|
@ -582,6 +583,7 @@ class NodeListWrapper;
|
|||
class NodeWrapper;
|
||||
class OptionConstructor;
|
||||
class PageTransitionEventWrapper;
|
||||
class Path2DWrapper;
|
||||
class PerformanceTimingWrapper;
|
||||
class PerformanceWrapper;
|
||||
class ProcessingInstructionWrapper;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue