| 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 2ead4a3d862c8f25391cc9c4ba5b44df0e7cea20..fd584cc0285191e3e193ffdc7f462a0b71017445 100644
|
| --- a/content/common/gpu/client/context_provider_command_buffer.cc
|
| +++ b/content/common/gpu/client/context_provider_command_buffer.cc
|
| @@ -119,10 +119,6 @@ bool ContextProviderCommandBuffer::BindToCurrentThread() {
|
| return true;
|
| }
|
|
|
| -blink::WebGraphicsContext3D* ContextProviderCommandBuffer::Context3d() {
|
| - return NULL;
|
| -}
|
| -
|
| gpu::gles2::GLES2Interface* ContextProviderCommandBuffer::ContextGL() {
|
| DCHECK(context3d_);
|
| DCHECK(lost_context_callback_proxy_); // Is bound to thread.
|
|
|