| 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 11104fccd9a284d1010fc7b0521f1d9e97ac56b3..d9e3ce58fa146762f76d23a57ab488c7e0a696d7 100644
|
| --- a/content/test/gpu/gpu_tests/gpu_process.py
|
| +++ b/content/test/gpu/gpu_tests/gpu_process.py
|
| @@ -37,7 +37,7 @@ class GpuProcess(benchmark.Benchmark):
|
| """Tests that accelerated content triggers the creation of a GPU process"""
|
| test = _GpuProcessValidator
|
|
|
| - def CreateExpectations(self, page_set):
|
| + def CreateExpectations(self):
|
| return expectations.GpuProcessExpectations()
|
|
|
| def CreatePageSet(self, options):
|
|
|