mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
IJPL-161139 JBR-6766 JCEF: revert adding --disable-gpu-compositing
GitOrigin-RevId: c3802bee8b6b7896bb75ab46a14edaa5c37fd4c7
This commit is contained in:
committed by
intellij-monorepo-bot
parent
e67732bc25
commit
c6ee8f8bfa
@@ -200,10 +200,6 @@ final class SettingsHelper {
|
||||
|
||||
args = ArrayUtil.mergeArrays(args, "--autoplay-policy=no-user-gesture-required", "--disable-component-update");
|
||||
|
||||
if (isOffScreenRenderingModeEnabled()) {
|
||||
args = ArrayUtil.mergeArrays(args, "--disable-gpu-compositing");
|
||||
}
|
||||
|
||||
return args;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user