Sign in
cobalt
/
cobalt
/
a7b1cfadc52288d71702934fd93743a24aea060a
/
.
/
src
/
third_party
/
web_platform_tests
/
WebIDL
/
valid
/
idl
/
dictionary-inherits.widl
blob: 48f8a0fdceb6c24b2dfdfbd2c53439e65054aa7f [
file
] [
log
] [
blame
]
dictionary
PaintOptions
{
DOMString
?
fillPattern
=
"black"
;
DOMString
?
strokePattern
=
null
;
Point
position
;
};
dictionary
WetPaintOptions
:
PaintOptions
{
float
hydrometry
;
};