mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Implemented the plumbing for paint worklets.
This commit is contained in:
parent
7e273d6c9b
commit
fd17dcd604
23 changed files with 600 additions and 156 deletions
|
@ -204,3 +204,7 @@ partial interface Window {
|
|||
//readonly attribute EventSender eventSender;
|
||||
};
|
||||
|
||||
// https://drafts.css-houdini.org/css-paint-api-1/#paint-worklet
|
||||
partial interface Window {
|
||||
[SameObject] readonly attribute Worklet paintWorklet;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue