| Index: content/test/gpu/gpu_tests/hardware_accelerated_feature_integration_test.py
|
| diff --git a/content/test/gpu/gpu_tests/hardware_accelerated_feature_integration_test.py b/content/test/gpu/gpu_tests/hardware_accelerated_feature_integration_test.py
|
| index 413c63b48cde62cff48ffb85864222b7748b7302..2d192fb8d49ff2236ce3664b8ceb6a25f6d529d6 100644
|
| --- a/content/test/gpu/gpu_tests/hardware_accelerated_feature_integration_test.py
|
| +++ b/content/test/gpu/gpu_tests/hardware_accelerated_feature_integration_test.py
|
| @@ -37,8 +37,8 @@ class HardwareAcceleratedFeatureIntegrationTest(
|
| return 'hardware_accelerated_feature'
|
|
|
| @classmethod
|
| - def setUpClass(cls):
|
| - super(cls, HardwareAcceleratedFeatureIntegrationTest).setUpClass()
|
| + def SetUpProcess(cls):
|
| + super(cls, HardwareAcceleratedFeatureIntegrationTest).SetUpProcess()
|
| cls.SetBrowserOptions(cls._finder_options)
|
| cls.StartBrowser()
|
| cls.SetStaticServerDirs([])
|
|
|