Index: content/test/gpu/gpu_tests/gpu_integration_test.py |
diff --git a/content/test/gpu/gpu_tests/gpu_integration_test.py b/content/test/gpu/gpu_tests/gpu_integration_test.py |
index f345f1cd6afa574e9b11859333e44ea06ebe6d9f..4ad6af24708143a9344431a6f67645db5bbf6945 100644 |
--- a/content/test/gpu/gpu_tests/gpu_integration_test.py |
+++ b/content/test/gpu/gpu_tests/gpu_integration_test.py |
@@ -58,7 +58,7 @@ class GpuIntegrationTest( |
self.StartBrowser() |
self.tab = self.browser.tabs[0] |
- def _RunGpuTest(self, url, test_name, args): |
+ def _RunGpuTest(self, url, test_name, *args): |
temp_page = _EmulatedPage(url, test_name) |
expectations = self.__class__.GetExpectations() |
expectation = expectations.GetExpectationForPage( |