mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-21 00:38:56 +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:
parent
c0494988ed
commit
62b561e2e1
Notes:
sideshowbarker
2024-07-17 11:06:06 +09:00
Author: https://github.com/AtkinsSJ
Commit: 62b561e2e1
Pull-request: https://github.com/SerenityOS/serenity/pull/14839
5 changed files with 70 additions and 21 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue