| Index: content/test/gpu/gpu_tests/pixel_integration_test.py
|
| diff --git a/content/test/gpu/gpu_tests/pixel_integration_test.py b/content/test/gpu/gpu_tests/pixel_integration_test.py
|
| index 66b6c339ac24016265446007c19ea9c1aba30b8e..d7b5c662c5fbdf1115926849bbe84690adc352c9 100644
|
| --- a/content/test/gpu/gpu_tests/pixel_integration_test.py
|
| +++ b/content/test/gpu/gpu_tests/pixel_integration_test.py
|
| @@ -63,8 +63,8 @@ class PixelIntegrationTest(
|
| return 'pixel'
|
|
|
| @classmethod
|
| - def setUpClass(cls):
|
| - super(cls, PixelIntegrationTest).setUpClass()
|
| + def SetUpProcess(cls):
|
| + super(cls, PixelIntegrationTest).SetUpProcess()
|
| cls._original_finder_options = cls._finder_options.Copy()
|
| cls.CustomizeBrowserArgs([])
|
| cls.StartBrowser()
|
|
|