1
Fork 0
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:
Sam Atkins 2022-08-11 16:50:23 +01:00 committed by Andreas Kling
parent a37ab7b9f8
commit 2ec52bbbd5
9 changed files with 92 additions and 0 deletions

View file

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