mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-29 04:37:55 +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("--allow-popups"sv);
|
||||||
arguments.append("--force-new-process"sv);
|
arguments.append("--force-new-process"sv);
|
||||||
arguments.append("--enable-autoplay"sv);
|
arguments.append("--enable-autoplay"sv);
|
||||||
|
arguments.append("--disable-scrollbar-painting"sv);
|
||||||
if (force_cpu_painting)
|
if (force_cpu_painting)
|
||||||
arguments.append("--force-cpu-painting"sv);
|
arguments.append("--force-cpu-painting"sv);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user