| 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 8484974a2e7d1dac53d9e042a0825fe208e5d3c1..dc488bdd2395069005313dd94bf322f1bdf4d521 100644
|
| --- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc
|
| +++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc
|
| @@ -319,6 +319,7 @@ bool WebGraphicsContext3DCommandBufferImpl::InitializeCommandBuffer(
|
| allowed_extensions,
|
| attribs,
|
| active_url_,
|
| + attributes_.useVirtualContext,
|
| gpu_preference_);
|
| } else {
|
| command_buffer_ = host_->CreateOffscreenCommandBuffer(
|
| @@ -327,6 +328,7 @@ bool WebGraphicsContext3DCommandBufferImpl::InitializeCommandBuffer(
|
| allowed_extensions,
|
| attribs,
|
| active_url_,
|
| + attributes_.useVirtualContext,
|
| gpu_preference_);
|
| }
|
|
|
|
|