| 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
|
|
|