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