Index: content/test/gpu/gpu_tests/context_lost.py |
diff --git a/content/test/gpu/gpu_tests/context_lost.py b/content/test/gpu/gpu_tests/context_lost.py |
index 97603ef8e44b0c606250d7c633b5b1d7a3e5a342..37643816d263a2c49a2d92da6dcc85df48a0ef11 100644 |
--- a/content/test/gpu/gpu_tests/context_lost.py |
+++ b/content/test/gpu/gpu_tests/context_lost.py |
@@ -317,7 +317,7 @@ class ContextLost(benchmark_module.Benchmark): |
enabled = True |
test = _ContextLostValidator |
- def CreateExpectations(self, page_set): |
+ def CreateExpectations(self): |
return context_lost_expectations.ContextLostExpectations() |
# For the record, this would have been another way to get the pages |