mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-21 18:00:16 +00:00
LibWeb/Canvas: Stub missing includes for CanvasRenderingContext2D
This commit is contained in:
parent
3edd22143d
commit
b0fd4aff1a
Notes:
github-actions[bot]
2024-08-19 07:05:45 +00:00
Author: https://github.com/jamierocks
Commit: b0fd4aff1a
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1098
4 changed files with 35 additions and 3 deletions
|
@ -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);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue