| Index: content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc
|
| ===================================================================
|
| --- content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc (revision 132263)
|
| +++ content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc (working copy)
|
| @@ -483,8 +483,9 @@
|
| host_ = NULL;
|
| }
|
|
|
| +// TODO(apatrick,piman): This should be renamed to something clearer.
|
| int WebGraphicsContext3DCommandBufferImpl::GetGPUProcessID() {
|
| - return host_ ? host_->gpu_process_id() : 0;
|
| + return host_ ? host_->gpu_host_id() : 0;
|
| }
|
|
|
| int WebGraphicsContext3DCommandBufferImpl::GetChannelID() {
|
|
|