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

Unified Diff: content/test/gpu/gpu_tests/maps.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/gpu_rasterization.py ('k') | content/test/gpu/gpu_tests/pixel.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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):
« no previous file with comments | « content/test/gpu/gpu_tests/gpu_rasterization.py ('k') | content/test/gpu/gpu_tests/pixel.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698