| 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 a7225176ee9588907acfc8df5116ad8eb14c97cd..9767b137fa6416ddd5402848349b5b4f55352804 100644
|
| --- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc
|
| +++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc
|
| @@ -121,16 +121,6 @@ bool WebGraphicsContext3DCommandBufferImpl::Initialize(
|
| }
|
| } while (retry);
|
|
|
| - const content::GPUInfo& gpu_info = host_->gpu_info();
|
| - UMA_HISTOGRAM_ENUMERATION(
|
| - "GPU.WebGraphicsContext3D_Init_CanLoseContext",
|
| - attributes.canRecoverFromContextLoss * 2 + gpu_info.can_lose_context,
|
| - 4);
|
| - if (attributes.canRecoverFromContextLoss == false) {
|
| - if (gpu_info.can_lose_context)
|
| - return false;
|
| - }
|
| -
|
| attributes_ = attributes;
|
| return true;
|
| }
|
|
|