| Index: content/test/gpu/gpu_tests/context_lost_integration_test.py
|
| diff --git a/content/test/gpu/gpu_tests/context_lost_integration_test.py b/content/test/gpu/gpu_tests/context_lost_integration_test.py
|
| index 3c97ca5f6c8fcfc0eac259eb4e3178af8e6ce110..670f8509fc9c07b32da43a4864f38e6bfdfc971d 100644
|
| --- a/content/test/gpu/gpu_tests/context_lost_integration_test.py
|
| +++ b/content/test/gpu/gpu_tests/context_lost_integration_test.py
|
| @@ -97,8 +97,8 @@ class ContextLostIntegrationTest(gpu_integration_test.GpuIntegrationTest):
|
| return context_lost_expectations.ContextLostExpectations()
|
|
|
| @classmethod
|
| - def setUpClass(cls):
|
| - super(cls, ContextLostIntegrationTest).setUpClass()
|
| + def SetUpProcess(cls):
|
| + super(cls, ContextLostIntegrationTest).SetUpProcess()
|
| cls.CustomizeOptions()
|
| cls.SetBrowserOptions(cls._finder_options)
|
| cls.StartBrowser()
|
|
|