Commit 173d2a29 authored by Torne (Richard Coles)'s avatar Torne (Richard Coles) Committed by Commit Bot

webview: allow DISABLE_GPU_BLOCKLIST in devui.

Allow WebView developers to disable the GPU blocklist via the dev ui for
testing purposes.

Bug: 810928
Change-Id: I4faa0bec2a2c5fa26f84e780f7505ce6e832fab7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404809
Commit-Queue: Richard Coles <torne@chromium.org>
Reviewed-by: default avatarBo <boliu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#806742}
parent 57a40be1
...@@ -61,6 +61,9 @@ public final class ProductionSupportedFlagList { ...@@ -61,6 +61,9 @@ public final class ProductionSupportedFlagList {
+ "crash reporting is typically compiled but disabled."), + "crash reporting is typically compiled but disabled."),
Flag.commandLine(GpuSwitches.DISABLE_GPU_RASTERIZATION, Flag.commandLine(GpuSwitches.DISABLE_GPU_RASTERIZATION,
"Disables GPU rasterization, i.e. rasterizes on the CPU only."), "Disables GPU rasterization, i.e. rasterizes on the CPU only."),
Flag.commandLine(GpuSwitches.IGNORE_GPU_BLOCKLIST,
"Overrides the built-in software rendering list and enables "
+ "GPU acceleration on unsupported device configurations."),
Flag.baseFeature("OutOfBlinkCors", Flag.baseFeature("OutOfBlinkCors",
"Moves CORS logic into the Network Service (rather than inside the blink " "Moves CORS logic into the Network Service (rather than inside the blink "
+ "rendering engine)."), + "rendering engine)."),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment