| 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 5441de7345c88b36f9addb50a0c6c79c0dd23ab7..8da2f3304b7f6ce286798452ac2aac3bb30d339e 100644
|
| --- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc
|
| +++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc
|
| @@ -465,8 +465,7 @@ bool WebGraphicsContext3DCommandBufferImpl::CreateContext(
|
| share_group_context->GetImplementation()->share_group() : NULL,
|
| transfer_buffer_.get(),
|
| attributes_.shareResources,
|
| - bind_generates_resources_,
|
| - NULL));
|
| + bind_generates_resources_));
|
| gl_ = real_gl_.get();
|
|
|
| if (!real_gl_->Initialize(
|
|
|