| 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..da90b58452a17710a7b532bdf0a74b1935de05af 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.
|
|
|