Hi.

I want to use a gpu when I execute a program but it's impossible
because the application is already hard corded "--disable-gpu --disable-software-rasterizer" options

I already read the api document and chromium source code but
I can't find out any way to enable gpu with that options.

case1) fail
"--disable-gpu --disable-software-rasterizer --enable-gpu" : is not worked

case2) fail
"--disable-gpu --disable-software-rasterizer --enable-gpu --enable-oop-rasterization --enable-gpu-rasterization --force-gpu-rasterization" : is also not worked

Is there any way to enable gpu in this condition?

Best regards,
John Aeliya