| 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 4b91c424cf3e7d477dfb36404b238f138c2264b0..1c8c88529a6b963e5c188d6f2d3bca496cd84394 100644
|
| --- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc
|
| +++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc
|
| @@ -429,7 +429,8 @@ bool WebGraphicsContext3DCommandBufferImpl::CreateContext(bool onscreen) {
|
| gles2_share_group,
|
| transfer_buffer_.get(),
|
| bind_generates_resources_,
|
| - command_buffer_.get()));
|
| + command_buffer_.get(),
|
| + command_buffer_->capabilities()));
|
| gl_ = real_gl_.get();
|
|
|
| if (!real_gl_->Initialize(
|
|
|