Commit f5c14623 authored by erikchen's avatar erikchen Committed by Commit bot

[Reland 1] Reenable WebGL Image Chromium.

The feature was disabled because of two bugs. Both have since been fixed.

BUG=617249, 581777
TBR=piman@chromium.org, kbr@chromium.org

Review-Url: https://codereview.chromium.org/2085573002
Cr-Commit-Position: refs/heads/master@{#400709}
parent a0f0c4ba
......@@ -125,11 +125,6 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
switches::kEnableGpuMemoryBufferCompositorResources) &&
!command_line.HasSwitch(switches::kDisableWebGLImageChromium) &&
!command_line.HasSwitch(switches::kDisableGpu);
// There are two bugs in WebGL image chromium.
// https://bugs.chromium.org/p/chromium/issues/detail?id=581777#c37
// TODO(erikchen): When those issues are fixed, reenable this feature.
enable_web_gl_image_chromium = false;
#else
bool enable_web_gl_image_chromium =
command_line.HasSwitch(switches::kEnableWebGLImageChromium);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment