Chromium Code Reviews

Unified Diff: gpu/ipc/common/gpu_preferences.mojom

Issue 2814843002: gpu: GPU service scheduler. (Closed)
Patch Set: enum -> enum class Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: gpu/ipc/common/gpu_preferences.mojom
diff --git a/gpu/ipc/common/gpu_preferences.mojom b/gpu/ipc/common/gpu_preferences.mojom
index e1565ec7d49c8adedaf1982b6e96c1b4d3567f10..ed4e9d9918301ce157c656183fecded3d00120bb 100644
--- a/gpu/ipc/common/gpu_preferences.mojom
+++ b/gpu/ipc/common/gpu_preferences.mojom
@@ -18,6 +18,7 @@ struct GpuPreferences {
bool single_process;
bool in_process_gpu;
bool ui_prioritize_in_gpu_process;
+ bool enable_gpu_scheduler;
bool disable_accelerated_video_decode;
bool disable_vaapi_accelerated_video_encode;

Powered by Google App Engine