| Index: content/test/gpu/gpu_tests/depth_capture_integration_test.py
|
| diff --git a/content/test/gpu/gpu_tests/depth_capture_integration_test.py b/content/test/gpu/gpu_tests/depth_capture_integration_test.py
|
| index b2a40b74715c28f697c7084ff70257813861d839..9f3b6693217bcef364868b6a41bd0371a3faf489 100644
|
| --- a/content/test/gpu/gpu_tests/depth_capture_integration_test.py
|
| +++ b/content/test/gpu/gpu_tests/depth_capture_integration_test.py
|
| @@ -88,8 +88,8 @@ class DepthCaptureIntegrationTest(gpu_integration_test.GpuIntegrationTest):
|
| return depth_capture_expectations.DepthCaptureExpectations()
|
|
|
| @classmethod
|
| - def setUpClass(cls):
|
| - super(cls, DepthCaptureIntegrationTest).setUpClass()
|
| + def SetUpProcess(cls):
|
| + super(cls, DepthCaptureIntegrationTest).SetUpProcess()
|
| cls.CustomizeOptions()
|
| cls.SetBrowserOptions(cls._finder_options)
|
| cls.StartBrowser()
|
|
|