Index: content/gpu/in_process_gpu_thread.cc |
diff --git a/content/gpu/in_process_gpu_thread.cc b/content/gpu/in_process_gpu_thread.cc |
index 58ad761b742ed52f1c2bba928f0373a3fae7ac07..c83a3a591b11857df4b56b5bf7058e7d3242fd70 100644 |
--- a/content/gpu/in_process_gpu_thread.cc |
+++ b/content/gpu/in_process_gpu_thread.cc |
@@ -50,8 +50,8 @@ void InProcessGpuThread::Init() { |
// The process object takes ownership of the thread object, so do not |
// save and delete the pointer. |
- GpuChildThread* child_thread = new GpuChildThread( |
- gpu_preferences_, params_, gpu_memory_buffer_factory_.get()); |
+ GpuChildThread* child_thread = |
+ new GpuChildThread(params_, gpu_memory_buffer_factory_.get()); |
// Since we are in the browser process, use the thread start time as the |
// process start time. |