Chromium Code Reviews| Index: content/gpu/gpu_process.h |
| diff --git a/content/gpu/gpu_process.h b/content/gpu/gpu_process.h |
| index 14754e90e5a3a7668c065e9ce11a331274786420..dbcf57759eeab2f10380918a73051cc02e49e29a 100644 |
| --- a/content/gpu/gpu_process.h |
| +++ b/content/gpu/gpu_process.h |
| @@ -12,7 +12,7 @@ namespace content { |
| class GpuProcess : public ChildProcess { |
| public: |
| - GpuProcess(); |
| + explicit GpuProcess(base::ThreadPriority io_thread_priority); |
| ~GpuProcess() override; |
| private: |