| 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 69e6fa398ce0881ca362d1fa638428f342081549..3d199eb153d7d6010d89c343593e60b346617a55 100644
|
| --- a/gpu/ipc/service/gpu_channel_test_common.cc
|
| +++ b/gpu/ipc/service/gpu_channel_test_common.cc
|
| @@ -58,7 +58,8 @@ TestGpuChannelManager::TestGpuChannelManager(
|
| io_task_runner,
|
| nullptr,
|
| sync_point_manager,
|
| - gpu_memory_buffer_factory) {}
|
| + gpu_memory_buffer_factory,
|
| + GpuFeatureInfo()) {}
|
|
|
| TestGpuChannelManager::~TestGpuChannelManager() {
|
| // Clear gpu channels here so that any IPC messages sent are handled using the
|
|
|