Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(335)

Unified Diff: gpu/command_buffer/service/gpu_preferences.h

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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: gpu/command_buffer/service/gpu_preferences.h
diff --git a/gpu/command_buffer/service/gpu_preferences.h b/gpu/command_buffer/service/gpu_preferences.h
index b7db89f457c24d9f473656b55b5da718f27e7729..8dd0ff114ea67131c4667359926e895c2fee4dd3 100644
--- a/gpu/command_buffer/service/gpu_preferences.h
+++ b/gpu/command_buffer/service/gpu_preferences.h
@@ -44,6 +44,9 @@ struct GPU_EXPORT GpuPreferences {
// Prioritizes the UI's command stream in the GPU process.
bool ui_prioritize_in_gpu_process = false;
+ // Enable the GPU process scheduler.
+ bool enable_gpu_scheduler = false;
+
// Disables hardware acceleration of video decode, where available.
bool disable_accelerated_video_decode = false;

Powered by Google App Engine
This is Rietveld 408576698