Skip to content

Commit e2be433

Browse files
committed
Bring back the Chromium blacklist
1 parent e395c17 commit e2be433

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/window-manager.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ var LOADING_URL = 'file://' + path.join(RESOURCES, 'loading', 'loading.html');
5252
// track if app was launched, @see `renderer ready` handler below
5353
var appLaunched = false;
5454

55-
// Ignore the GPU blacklist to render WebGL.
56-
app.commandLine.appendSwitch('ignore-gpu-blacklist');
57-
5855
/**
5956
* @see https://github.com/atom/electron/blob/master/docs/api/app.md
6057
*

0 commit comments

Comments
 (0)