Index: content/test/gpu/gpu_tests/context_lost.py |
diff --git a/content/test/gpu/gpu_tests/context_lost.py b/content/test/gpu/gpu_tests/context_lost.py |
index eb4e334ae1a2a8da7e13c2a1d47e4dfea98930bd..89eabfba0eabf9c771926738c19f54f9c9358a4b 100644 |
--- a/content/test/gpu/gpu_tests/context_lost.py |
+++ b/content/test/gpu/gpu_tests/context_lost.py |
@@ -65,7 +65,7 @@ class _ContextLostValidator(page_test.PageTest): |
# Required for about:gpucrash handling from Telemetry. |
options.AppendExtraBrowserArgs('--enable-gpu-benchmarking') |
- def ValidatePage(self, page, tab, results): |
+ def ValidateAndMeasurePage(self, page, tab, results): |
if page.kill_gpu_process: |
# Doing the GPU process kill operation cooperatively -- in the |
# same page's context -- is much more stressful than restarting |