build: disable Vulkan support by default (#17789)

Is was enabled in
327326656f
which landed in 69.0.3460.0

Vulkan support would require a command line parameter "--enable-vulkan"
to be passes to a binary to be enabled anyway,
so this change doesn't actual alter the current behaviour of Electron.

(cherry picked from commit e05e45d62d)
This commit is contained in:
Alexey Kuzmin
2019-04-16 11:30:15 -04:00
committed by John Kleinschmidt
parent d2bff97199
commit ccad8ec125

View File

@@ -8,6 +8,7 @@ v8_embedder_string = "-electron.0"
enable_cdm_host_verification = false
enable_extensions = false
enable_vulkan = false
proprietary_codecs = true
ffmpeg_branding = "Chrome"