| Index: content/test/gpu/gpu_tests/maps.py
|
| diff --git a/content/test/gpu/gpu_tests/maps.py b/content/test/gpu/gpu_tests/maps.py
|
| index 34446902289dd3a03239254ca6a3c5a1020fdae9..0f72f20eaa14a0bcb7fbb3701cd17a23cbcb342c 100644
|
| --- a/content/test/gpu/gpu_tests/maps.py
|
| +++ b/content/test/gpu/gpu_tests/maps.py
|
| @@ -54,7 +54,7 @@ class MapsValidator(cloud_storage_test_base.ValidatorBase):
|
| # line.
|
| expected = self._ReadPixelExpectations(page)
|
| self._ValidateScreenshotSamples(
|
| - page.display_name, screenshot, expected, dpr)
|
| + tab, page.display_name, screenshot, expected, dpr)
|
|
|
| @staticmethod
|
| def SpinWaitOnRAF(tab, iterations, timeout=60):
|
|
|