| Index: content/common/gpu/client/context_provider_command_buffer.cc
|
| diff --git a/content/common/gpu/client/context_provider_command_buffer.cc b/content/common/gpu/client/context_provider_command_buffer.cc
|
| index f9dfef67cc34dd9df0b06811ae9bc04000df7e09..232b7d8a066d65fc6e5a5d0ed0eaeee8827a6bf1 100644
|
| --- a/content/common/gpu/client/context_provider_command_buffer.cc
|
| +++ b/content/common/gpu/client/context_provider_command_buffer.cc
|
| @@ -83,10 +83,6 @@ CommandBufferProxyImpl* ContextProviderCommandBuffer::GetCommandBufferProxy() {
|
| return context3d_->GetCommandBufferProxy();
|
| }
|
|
|
| -int ContextProviderCommandBuffer::GetGPUProcessID() {
|
| - return context3d_->GetGPUProcessID();
|
| -}
|
| -
|
| WebGraphicsContext3DCommandBufferImpl*
|
| ContextProviderCommandBuffer::WebContext3D() {
|
| DCHECK(context3d_);
|
|
|