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

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

Issue 2473933002: Enable WebGL 2 by default! (on desktop) (Closed)
Patch Set: undo rename of GpuPreferences::enable_unsafe_es3_apis 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
« no previous file with comments | « content/test/gpu/gpu_tests/pixel_test_pages.py ('k') | content/test/gpu/page_sets/pixel_tests.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « content/test/gpu/gpu_tests/pixel_test_pages.py ('k') | content/test/gpu/page_sets/pixel_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698