Index: content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc |
diff --git a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc |
index b4d4a245da335659771d1f518a4d4000ffd23db0..73006cdd48852c1eefac5298361f24a55d6fef29 100644 |
--- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc |
+++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc |
@@ -481,11 +481,6 @@ void WebGraphicsContext3DCommandBufferImpl::Destroy() { |
host_ = NULL; |
} |
-// TODO(apatrick,piman): This should be renamed to something clearer. |
-int WebGraphicsContext3DCommandBufferImpl::GetGPUProcessID() { |
- return host_.get() ? host_->gpu_host_id() : 0; |
-} |
- |
gpu::ContextSupport* |
WebGraphicsContext3DCommandBufferImpl::GetContextSupport() { |
return real_gl_.get(); |