Index: content/browser/gpu/compositor_util.cc |
diff --git a/content/browser/gpu/compositor_util.cc b/content/browser/gpu/compositor_util.cc |
index eef25d7657668fc58daf0b5f32d5bd6f840fc830..f366994489d1a511851bbae343fc3d993370c639 100644 |
--- a/content/browser/gpu/compositor_util.cc |
+++ b/content/browser/gpu/compositor_util.cc |
@@ -156,7 +156,6 @@ const GpuFeatureInfo GetGpuFeatureInfo(size_t index, bool* eof) { |
true}, |
{kWebGL2FeatureName, |
manager->IsFeatureBlacklisted(gpu::GPU_FEATURE_TYPE_WEBGL2), |
- !command_line.HasSwitch(switches::kEnableES3APIs) || |
command_line.HasSwitch(switches::kDisableES3APIs), |
"WebGL2 has been disabled via blacklist or the command line.", |
false}, |