mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Update GPUObjectBase webidl and cleanup valid flags
This commit is contained in:
parent
3216209506
commit
cdc0a75fe4
20 changed files with 229 additions and 251 deletions
|
@ -5,9 +5,9 @@
|
|||
// https://gpuweb.github.io/gpuweb/#gpuobjectbase
|
||||
[Exposed=(Window)]
|
||||
interface mixin GPUObjectBase {
|
||||
attribute DOMString? label;
|
||||
attribute USVString? label;
|
||||
};
|
||||
|
||||
dictionary GPUObjectDescriptorBase {
|
||||
DOMString? label;
|
||||
USVString label;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue