1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 03:57:44 +00:00

LibWeb: Extract CanvasDrawPath class from CRC2D

Again, this is an entirely virtual class since the methods involve
direct access to the Painter. Though, maybe I could just expose the
Painter...
This commit is contained in:
Sam Atkins 2022-08-12 16:52:17 +01:00 committed by Andreas Kling
parent c0494988ed
commit 62b561e2e1
5 changed files with 70 additions and 21 deletions

View file

@ -648,6 +648,7 @@ class XMLHttpRequestPrototype;
class XMLHttpRequestWrapper;
class XMLSerializerWrapper;
enum class CanPlayTypeResult;
enum class CanvasFillRule;
enum class EndingType;
enum class DOMParserSupportedType;
enum class ResizeObserverBoxOptions;