We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2857051 commit c3470b5Copy full SHA for c3470b5
src/main.js
@@ -218,6 +218,12 @@ function configureCommandlineSwitchesSync(cliArgs) {
218
}
219
});
220
221
+ /* Following features are disabled from the runtime.
222
+ * `CalculateNativeWinOcclusion` - Disable native window occlusion tracker,
223
+ * Refs https://groups.google.com/a/chromium.org/g/embedder-dev/c/ZF3uHHyWLKw/m/VDN2hDXMAAAJ
224
+ */
225
+ app.commandLine.appendSwitch('disable-features', 'CalculateNativeWinOcclusion');
226
+
227
// Support JS Flags
228
const jsFlags = getJSFlags(cliArgs);
229
if (jsFlags) {
0 commit comments