Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(609)

Unified Diff: content/child/runtime_features.cc

Issue 2065073003: Revert of Reenable WebGL Image Chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698