| Index: mojo/gles2/command_buffer_client_impl.cc
 | 
| diff --git a/mojo/gles2/command_buffer_client_impl.cc b/mojo/gles2/command_buffer_client_impl.cc
 | 
| index 60bb96a5caffffcd85991ec6d3aadfe198803d88..6e104e7552a5c843638ca231011b9de0e0cd8f7b 100644
 | 
| --- a/mojo/gles2/command_buffer_client_impl.cc
 | 
| +++ b/mojo/gles2/command_buffer_client_impl.cc
 | 
| @@ -172,12 +172,6 @@ void CommandBufferClientImpl::SetContextLostReason(
 | 
|    NOTREACHED();
 | 
|  }
 | 
|  
 | 
| -gpu::Capabilities CommandBufferClientImpl::GetCapabilities() {
 | 
| -  // TODO(piman)
 | 
| -  NOTIMPLEMENTED();
 | 
| -  return gpu::Capabilities();
 | 
| -}
 | 
| -
 | 
|  gfx::GpuMemoryBuffer* CommandBufferClientImpl::CreateGpuMemoryBuffer(
 | 
|      size_t width,
 | 
|      size_t height,
 | 
| 
 |