Drop explicit thereaded compositing, let Chromium decide himself

This commit is contained in:
Mikhail Novosyolov 2021-03-14 18:53:38 +03:00
parent eb884efb94
commit 023d679d21

View file

@ -120,6 +120,6 @@ if [ $want_debug -eq 1 ] ; then
$GDB "$LIBDIR/$APPNAME" -x $tmpfile
exit $?
else
exec $LIBDIR/$APPNAME $SANDBOX ${CHROMIUM_FLAGS} "--password-store=basic" "--enable-threaded-compositing" "$@"
exec $LIBDIR/$APPNAME $SANDBOX ${CHROMIUM_FLAGS} "--password-store=basic" "$@"
fi