| 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 a593790791de60f5cc3a255a9147599278665174..cf66cdd5053c5afd5d10fdf7a1cf5a6c817eb024 100644
|
| --- a/content/test/gpu/gpu_tests/webgl_conformance_integration_test.py
|
| +++ b/content/test/gpu/gpu_tests/webgl_conformance_integration_test.py
|
| @@ -313,8 +313,8 @@ class WebGLConformanceIntegrationTest(gpu_integration_test.GpuIntegrationTest):
|
| is_asan=cls._is_asan)
|
|
|
| @classmethod
|
| - def setUpClass(cls):
|
| - super(WebGLConformanceIntegrationTest, cls).setUpClass()
|
| + def SetUpProcess(cls):
|
| + super(WebGLConformanceIntegrationTest, cls).SetUpProcess()
|
| cls.CustomizeOptions()
|
| cls.SetBrowserOptions(cls._finder_options)
|
| cls.StartBrowser()
|
|
|