LibWeb/Canvas: Stub missing includes for CanvasRenderingContext2D

This commit is contained in:
Jamie Mansfield 2024-08-17 01:09:11 +01:00 committed by Andreas Kling
commit b0fd4aff1a
Notes: github-actions[bot] 2024-08-19 07:05:45 +00:00
4 changed files with 35 additions and 3 deletions

View file

@ -0,0 +1,5 @@
// https://html.spec.whatwg.org/multipage/canvas.html#canvasuserinterface
interface mixin CanvasUserInterface {
[FIXME] undefined drawFocusIfNeeded(Element element);
[FIXME] undefined drawFocusIfNeeded(Path2D path, Element element);
};