| Index: content/test/gpu/gpu_tests/gpu_process_integration_test.py
|
| diff --git a/content/test/gpu/gpu_tests/gpu_process_integration_test.py b/content/test/gpu/gpu_tests/gpu_process_integration_test.py
|
| index adf3878986de692f915bc44d2a1e2eb6e142fbb4..fa9b3c595f70b3e31931a4919c5ba962e9a64572 100644
|
| --- a/content/test/gpu/gpu_tests/gpu_process_integration_test.py
|
| +++ b/content/test/gpu/gpu_tests/gpu_process_integration_test.py
|
| @@ -50,8 +50,8 @@ class GpuProcessIntegrationTest(gpu_integration_test.GpuIntegrationTest):
|
| return 'gpu_process'
|
|
|
| @classmethod
|
| - def setUpClass(cls):
|
| - super(cls, GpuProcessIntegrationTest).setUpClass()
|
| + def SetUpProcess(cls):
|
| + super(cls, GpuProcessIntegrationTest).SetUpProcess()
|
| cls._original_finder_options = cls._finder_options.Copy()
|
| cls.CustomizeBrowserArgs([])
|
| cls.StartBrowser()
|
|
|