Index: content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h |
diff --git a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h |
index 3dddb49b5afcba2a749963d989feff11f19e4642..b8692060cab7240d973ee45f57a9b1b3b1ace7ff 100644 |
--- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h |
+++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h |
@@ -83,10 +83,6 @@ class WebGraphicsContext3DCommandBufferImpl |
virtual ~WebGraphicsContext3DCommandBufferImpl(); |
- // The following 3 IDs let one uniquely identify this context. |
- // Gets the GPU process ID for this context. |
- int GetGPUProcessID(); |
- |
CommandBufferProxyImpl* GetCommandBufferProxy() { |
return command_buffer_.get(); |
} |