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

Unified Diff: gpu/ipc/service/gpu_channel_test_common.cc

Issue 2814843002: gpu: GPU service scheduler. (Closed)
Patch Set: Do not allow HIGH priority contexts by unprivileged clients. Created 3 years, 8 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/ipc/service/gpu_channel_test_common.cc
diff --git a/gpu/ipc/service/gpu_channel_test_common.cc b/gpu/ipc/service/gpu_channel_test_common.cc
index e00248c3c13d48c73149edea560c0e88c898f07f..4e52b6913e06e3df3650d76f407f911489d1c9b1 100644
--- a/gpu/ipc/service/gpu_channel_test_common.cc
+++ b/gpu/ipc/service/gpu_channel_test_common.cc
@@ -78,11 +78,12 @@ GpuChannelTestCommon::GpuChannelTestCommon()
channel_manager_(
new GpuChannelManager(GpuPreferences(),
channel_manager_delegate_.get(),
- nullptr /* watchdog */,
+ nullptr, /* watchdog */
task_runner_.get(),
io_task_runner_.get(),
+ nullptr, /* scheduler */
sync_point_manager_.get(),
- nullptr /* gpu_memory_buffer_factory */,
+ nullptr, /* gpu_memory_buffer_factory */
GpuFeatureInfo(),
GpuProcessActivityFlags())) {
// We need GL bindings to actually initialize command buffers.

Powered by Google App Engine
This is Rietveld 408576698