Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3033)

Unified Diff: content/test/gpu/gpu_tests/pixel.py

Issue 2037933003: Prefer device type instead of machine name for scale factor overrides. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/test/gpu/gpu_tests/maps.py ('k') | content/test/gpu/page_sets/data/maps_004_expectations.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « content/test/gpu/gpu_tests/maps.py ('k') | content/test/gpu/page_sets/data/maps_004_expectations.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698