mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-25 02:38:59 +00:00
LibWeb: Implement Path2D class
This commit is contained in:
parent
a37ab7b9f8
commit
2ec52bbbd5
Notes:
sideshowbarker
2024-07-17 08:17:54 +09:00
Author: https://github.com/AtkinsSJ
Commit: 2ec52bbbd5
Pull-request: https://github.com/SerenityOS/serenity/pull/14839
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