Files
serenity/Userland/Libraries/LibWeb/HTML/Canvas/CanvasUserInterface.idl
Jamie Mansfield 334d2e0764 LibWeb/Canvas: Stub missing includes for CanvasRenderingContext2D
(cherry picked from commit b0fd4aff1a9a5d1f02f2a36b63812a63728eceea)
2024-11-07 22:42:20 -05:00

6 lines
244 B
Plaintext

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