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 b06b06ecab371d576b58fc94acfdbbc380ae9aff..bd60ecc9dba40368308a04d805a4e64794034f7b 100644 |
--- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc |
+++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc |
@@ -145,9 +145,6 @@ bool WebGraphicsContext3DCommandBufferImpl::MaybeInitializeGL() { |
return false; |
} |
- if (gl_ && attributes_.webGL) |
- gl_->EnableFeatureCHROMIUM("webgl_enable_glsl_webgl_validation"); |
- |
command_buffer_->SetContextLostCallback( |
base::Bind(&WebGraphicsContext3DCommandBufferImpl::OnContextLost, |
weak_ptr_factory_.GetWeakPtr())); |