| 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 a50c9d50d8317ff5914f8534c66a73e9f5002b4d..40358113b29d8b227f63b83db59dc7828f81636b 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();
|
| }
|
|
|