| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index 704dd899ba3f537272b2be71e7fd8c83f527d7fd..d7095e59cf99d6cb138523350e5d2138e11720cd 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -125,6 +125,11 @@
|
| 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);
|
|
|