aboutsummaryrefslogtreecommitdiff
path: root/host/commands/assemble_cvd/graphics_flags.h
diff options
context:
space:
mode:
Diffstat (limited to 'host/commands/assemble_cvd/graphics_flags.h')
-rw-r--r--host/commands/assemble_cvd/graphics_flags.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/commands/assemble_cvd/graphics_flags.h b/host/commands/assemble_cvd/graphics_flags.h
index 63a4df13e..83297243f 100644
--- a/host/commands/assemble_cvd/graphics_flags.h
+++ b/host/commands/assemble_cvd/graphics_flags.h
@@ -27,7 +27,7 @@ namespace cuttlefish {
Result<std::string> ConfigureGpuSettings(
const std::string& gpu_mode_arg, const std::string& gpu_vhost_user_mode_arg,
const std::string& gpu_renderer_features_arg,
- std::string& gpu_context_types_arg, const std::string& vm_manager,
+ std::string& gpu_context_types_arg, VmmMode vmm,
const GuestConfig& guest_config,
CuttlefishConfig::MutableInstanceSpecific& instance);