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

Unified Diff: content/test/gpu/page_sets/pixel_tests.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/page_sets/pixel_tests.py
diff --git a/content/test/gpu/page_sets/pixel_tests.py b/content/test/gpu/page_sets/pixel_tests.py
index 48e37537faa2519fd3d92aae70769ad12093c2d2..bb66d3ed2a20a52461a78999a5990a06d5e3fd68 100644
--- a/content/test/gpu/page_sets/pixel_tests.py
+++ b/content/test/gpu/page_sets/pixel_tests.py
@@ -37,7 +37,7 @@ class PixelTestsES3SharedPageState(gpu_test_base.GpuSharedPageState):
super(PixelTestsES3SharedPageState, self).__init__(
test, finder_options, story_set)
finder_options.browser_options.AppendExtraBrowserArgs(
- ['--enable-unsafe-es3-apis'])
+ ['--enable-es3-apis'])
class IOSurface2DCanvasSharedPageState(gpu_test_base.GpuSharedPageState):
@@ -141,7 +141,7 @@ class PixelTestsStorySet(story_set_module.StorySet):
# happen on Android right now.
if try_es3 and sys.platform.startswith('darwin'):
# Add all the tests again, this time with the
- # --enable-unsafe-es3-apis command line argument. This has the
+ # --enable-es3-apis command line argument. This has the
# side-effect of enabling the Core Profile rendering path on Mac
# OS.
self._AddAllPages(expectations, base_name, True)
« no previous file with comments | « content/test/gpu/gpu_tests/webgl_conformance_integration_test.py ('k') | gpu/command_buffer/service/gpu_preferences.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698