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

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

Issue 2814843002: gpu: GPU service scheduler. (Closed)
Patch Set: fix test dcheck failures 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
« no previous file with comments | « gpu/ipc/service/gpu_channel_manager.cc ('k') | gpu/ipc/service/gpu_channel_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a236c68d60b9b9b8f122c3dc112bd5008c159028..dddbd5da63d88333746e2acdfb3fc02f0c0a5f28 100644
--- a/gpu/ipc/service/gpu_channel_test_common.cc
+++ b/gpu/ipc/service/gpu_channel_test_common.cc
@@ -79,11 +79,12 @@ GpuChannelTestCommon::GpuChannelTestCommon()
new GpuChannelManager(GpuPreferences(),
GpuDriverBugWorkarounds(),
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.
« no previous file with comments | « gpu/ipc/service/gpu_channel_manager.cc ('k') | gpu/ipc/service/gpu_channel_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698