| 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 1604fa6961e90305db7f302abe42fb160adaef88..32ff500217c8bf8fe82b9c4980878cad89a99ddf 100644
|
| --- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| +++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| @@ -84,10 +84,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();
|
| }
|
|
|