| Index: content/test/gpu/gpu_tests/gpu_process.py
|
| diff --git a/content/test/gpu/gpu_tests/gpu_process.py b/content/test/gpu/gpu_tests/gpu_process.py
|
| index 3143e421b1631a8f1cf9389db7b3daf14c61f778..88b324ac7025336550cb13b39abc2464638aafc9 100644
|
| --- a/content/test/gpu/gpu_tests/gpu_process.py
|
| +++ b/content/test/gpu/gpu_tests/gpu_process.py
|
| @@ -21,7 +21,7 @@ test_harness_script = r"""
|
| class GpuProcessValidator(page_test.PageTest):
|
| def __init__(self):
|
| super(GpuProcessValidator, self).__init__('ValidatePage',
|
| - needs_browser_restart_after_each_run=True)
|
| + needs_browser_restart_after_each_page=True)
|
|
|
| def CustomizeBrowserOptions(self, options):
|
| options.AppendExtraBrowserArgs('--enable-gpu-benchmarking')
|
|
|