Index: content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc |
=================================================================== |
--- content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc (revision 132251) |
+++ content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc (working copy) |
@@ -484,7 +484,7 @@ |
} |
int WebGraphicsContext3DCommandBufferImpl::GetGPUProcessID() { |
- return host_ ? host_->gpu_host_id() : 0; |
+ return host_ ? host_->gpu_process_id() : 0; |
} |
int WebGraphicsContext3DCommandBufferImpl::GetChannelID() { |