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

Unified Diff: content/test/gpu/gpu_tests/pixel_test_pages.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
Index: content/test/gpu/gpu_tests/pixel_test_pages.py
diff --git a/content/test/gpu/gpu_tests/pixel_test_pages.py b/content/test/gpu/gpu_tests/pixel_test_pages.py
index 3b66852be705f51f8dbf47c86e091a7fccf3be49..71895e756029acb0c9deef6a01c1efe8edd19ba0 100644
--- a/content/test/gpu/gpu_tests/pixel_test_pages.py
+++ b/content/test/gpu/gpu_tests/pixel_test_pages.py
@@ -46,10 +46,7 @@ def CopyPagesWithNewBrowserArgsAndPrefix(pages, browser_args, prefix):
p.CopyWithNewBrowserArgsAndPrefix(browser_args, prefix) for p in pages]
-# Pages that should be run both with and without --enable-unsafe-es3-apis.
-# TODO(kbr): eliminate the "ES3" versions of these tests once WebGL 2.0
-# is enabled by default. crbug.com/295792
-def ES2AndES3Pages(base_name):
+def DefaultPages(base_name):
return [
PixelTestPage(
'pixel_canvas2d.html',
« no previous file with comments | « content/test/gpu/gpu_tests/pixel_integration_test.py ('k') | content/test/gpu/gpu_tests/webgl_conformance_integration_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698