| 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 a4dd1d528db2821f827fb72c7c484994b3e5cd08..82a0df535ae99beb3b8940f08e383ec7b317ec94 100644
|
| --- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc
|
| +++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc
|
| @@ -468,7 +468,7 @@ bool WebGraphicsContext3DCommandBufferImpl::CreateContext(
|
| share_group,
|
| transfer_buffer_.get(),
|
| bind_generates_resources_,
|
| - NULL));
|
| + command_buffer_.get()));
|
| gl_ = real_gl_.get();
|
|
|
| if (attributes_.shareResources) {
|
|
|