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

Unified Diff: content/child/runtime_features.cc

Issue 2041053002: Revert of Re-enable WebGL Image Chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@temp64_webgl_deschedule
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 | third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp » ('j') | 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 9ccead3bb72010954e2fba196a7566342d683164..5a9eb19596508f67e485c4e4a355de1dd707d3be 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 | third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698