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