mirror of
https://abf.rosa.ru/djam/chromium-browser-stable-test.git
synced 2025-02-23 17:42:45 +00:00
Drop explicit thereaded compositing, let Chromium decide himself
This commit is contained in:
parent
eb884efb94
commit
023d679d21
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue