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

Unified Diff: content/test/gpu/gpu_tests/webgl_conformance_integration_test.py

Issue 2473933002: Enable WebGL 2 by default! (on desktop) (Closed)
Patch Set: fix Created 4 years, 1 month 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
Index: content/test/gpu/gpu_tests/webgl_conformance_integration_test.py
diff --git a/content/test/gpu/gpu_tests/webgl_conformance_integration_test.py b/content/test/gpu/gpu_tests/webgl_conformance_integration_test.py
index 5ebef5442cb1e2be3f99ce4dfe960c052377dc53..6048e4d399a7cf88efa8eacd81e500251a4f25a9 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_integration_test.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_integration_test.py
@@ -260,7 +260,7 @@ class WebGLConformanceIntegrationTest(gpu_integration_test.GpuIntegrationTest):
])
if cls._webgl_version == 2:
browser_options.AppendExtraBrowserArgs([
- '--enable-unsafe-es3-apis',
+ '--enable-es3-apis',
])
browser = browser_finder.FindBrowser(browser_options.finder_options)
if (browser.target_os.startswith('android') and

Powered by Google App Engine
This is Rietveld 408576698