Bug 1539569 [wpt PR 16074] - Update interfaces/webgl1.idl, a=testonly

Automatic update from web-platform-tests
Update interfaces/webgl1.idl (#16074)

Source: https://github.com/tidoust/reffy-reports/blob/e47712b/whatwg/idl/webgl1.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/511332983
--

wpt-commits: c09a72017fc21d9e6a8fc48a25e2331463716062
wpt-pr: 16074
This commit is contained in:
autofoolip 2019-04-18 11:56:32 +00:00 коммит произвёл James Graham
Родитель ded99ee630
Коммит 4d0cccd6d1
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -32,6 +32,7 @@ dictionary WebGLContextAttributes {
boolean preserveDrawingBuffer = false;
WebGLPowerPreference powerPreference = "default";
boolean failIfMajorPerformanceCaveat = false;
boolean desynchronized = false;
};
[Exposed=(Window,Worker)]