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 66ee376dcdeb7fe09c6cc92fc7f6b348c09dcad0..c5885e98e45cf7752163c25e6cdb5f1403923682 100644 |
--- a/content/test/gpu/gpu_tests/maps.py |
+++ b/content/test/gpu/gpu_tests/maps.py |
@@ -24,7 +24,7 @@ class _MapsValidator(cloud_storage_test_base.ValidatorBase): |
def CustomizeBrowserOptions(self, options): |
options.AppendExtraBrowserArgs('--enable-gpu-benchmarking') |
- def ValidatePage(self, page, tab, results): |
+ def ValidateAndMeasurePage(self, page, tab, results): |
# TODO: This should not be necessary, but it's not clear if the test is |
# failing on the bots in it's absence. Remove once we can verify that it's |
# safe to do so. |