Chromium Code Reviews| Index: content/gpu/gpu_process.cc |
| diff --git a/content/gpu/gpu_process.cc b/content/gpu/gpu_process.cc |
| index 23906943d1857fbd33951e692a7153c3e6190a7b..2523fd331ed194d71e7044defef8d70a9aa44eef 100644 |
| --- a/content/gpu/gpu_process.cc |
| +++ b/content/gpu/gpu_process.cc |
| @@ -6,8 +6,8 @@ |
| namespace content { |
| -GpuProcess::GpuProcess() { |
| -} |
| +GpuProcess::GpuProcess(base::ThreadPriority io_thread_priority) |
| + : ChildProcess(io_thread_priority) {} |
| GpuProcess::~GpuProcess() { |
| } |