| 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 3cd687de8e5f9890e3adce51e35e62065f0b32aa..48e0f2d6d5bcdaf06eb92dda7dd9bd46679233ad 100644
|
| --- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc
|
| +++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc
|
| @@ -477,11 +477,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();
|
|
|