Index: content/test/gpu/gpu_tests/pixel.py |
diff --git a/content/test/gpu/gpu_tests/pixel.py b/content/test/gpu/gpu_tests/pixel.py |
index 0884751c30cac806b5f0b301eb307494f04f6649..ec1934151714a8704cbfac4f2039a1958670fb3e 100644 |
--- a/content/test/gpu/gpu_tests/pixel.py |
+++ b/content/test/gpu/gpu_tests/pixel.py |
@@ -79,7 +79,7 @@ class PixelValidator(cloud_storage_test_base.ValidatorBase): |
os.path.dirname(__file__), page.expected_colors)) |
expected_colors = self._ReadPixelExpectations(expected_colors_file) |
self._ValidateScreenshotSamples( |
- page.display_name, screenshot, expected_colors, dpr) |
+ tab, page.display_name, screenshot, expected_colors, dpr) |
return |
image_name = self._UrlToImageName(page.display_name) |