# Default settings for chromium-browser. This file is sourced by /bin/sh from /usr/bin/chromium-browser
CHROMIUM_FLAGS="$CHROMIUM_FLAGS \
--disable-low-res-tiling \
--num-raster-threads=4 \
--profiler-timing=0 \
--disable-composited-antialiasing \
--disk-cache-dir=/tmp/${USER}-cache \
--disk-cache-size=20M \
--no-sandbox \
--test-type \
--show-component-extension-options \
--ignore-gpu-blacklist \
--use-gl=egl"

