зеркало из https://github.com/mozilla/gecko-dev.git
Bug 795701 - Followup, use 1x1 canvas when fetching WebGL info. r=Unfocused
This commit is contained in:
Родитель
c0ec641283
Коммит
5e831b8eeb
|
@ -295,6 +295,8 @@ let dataProviders = {
|
|||
.parseFromString("<html/>", "text/html");
|
||||
|
||||
let canvas = doc.createElement("canvas");
|
||||
canvas.width = 1;
|
||||
canvas.height = 1;
|
||||
|
||||
let gl;
|
||||
try {
|
||||
|
|
Загрузка…
Ссылка в новой задаче