diff options
Diffstat (limited to 'chrome/gpu')
-rw-r--r-- | chrome/gpu/gpu_command_buffer_stub.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/gpu/gpu_command_buffer_stub.cc b/chrome/gpu/gpu_command_buffer_stub.cc index ee9d937..e30a34c 100644 --- a/chrome/gpu/gpu_command_buffer_stub.cc +++ b/chrome/gpu/gpu_command_buffer_stub.cc @@ -72,7 +72,6 @@ void GpuCommandBufferStub::OnInitialize( gpu::GPUProcessor* parent_processor = parent_ ? parent_->processor_.get() : NULL; processor_.reset(new gpu::GPUProcessor(command_buffer_.get())); - // TODO(apatrick): The reinterpret_cast below is only valid on windows. if (processor_->Initialize( handle_, initial_size_, |