Chromium Code Reviews| Index: gpu/gpu_plugin/gpu_plugin_object.cc |
| =================================================================== |
| --- gpu/gpu_plugin/gpu_plugin_object.cc (revision 33880) |
| +++ gpu/gpu_plugin/gpu_plugin_object.cc (working copy) |
| @@ -26,7 +26,7 @@ |
| : npp_(npp), |
| status_(kWaitingForNew), |
| command_buffer_(new CommandBufferService), |
| - processor_(new GPUProcessor(npp, command_buffer_.get())) { |
| + processor_(new GPUProcessor(command_buffer_.get())) { |
| memset(&window_, 0, sizeof(window_)); |
| } |