mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
WebDriver: Disable scrollbar painting when launching the browser
This commit is contained in:
committed by
Sam Atkins
parent
dd819d1dea
commit
731c2365b6
@@ -49,6 +49,7 @@ static Vector<ByteString> create_arguments(ByteString const& socket_path, bool f
|
||||
arguments.append("--allow-popups"sv);
|
||||
arguments.append("--force-new-process"sv);
|
||||
arguments.append("--enable-autoplay"sv);
|
||||
arguments.append("--disable-scrollbar-painting"sv);
|
||||
if (force_cpu_painting)
|
||||
arguments.append("--force-cpu-painting"sv);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user