Revert "fix(chromium): force --use-gl=swiftshader on Windows (#6272)" (#6300)

This reverts commit 357224d6b1.
This commit is contained in:
Yury Semikhatsky 2021-04-23 17:09:55 +00:00 committed by GitHub
parent 0ed328f6de
commit cc4782a718
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -134,9 +134,6 @@ export class Chromium extends BrowserType {
if (options.devtools)
chromeArguments.push('--auto-open-devtools-for-tabs');
if (options.headless) {
// See http://crbug.com/1200964
if (process.platform === 'win32')
chromeArguments.push('--use-gl=swiftshader');
chromeArguments.push(
'--headless',
'--hide-scrollbars',