Index: content/test/gpu/gpu_tests/gpu_process.py |
diff --git a/content/test/gpu/gpu_tests/gpu_process.py b/content/test/gpu/gpu_tests/gpu_process.py |
index 1f06100fb5358228eeb8cac7bc1076fcda8ae024..531319cf6a0c81a08eabfe27e93b922097a66fdf 100644 |
--- a/content/test/gpu/gpu_tests/gpu_process.py |
+++ b/content/test/gpu/gpu_tests/gpu_process.py |
@@ -27,7 +27,7 @@ class _GpuProcessValidator(page_test.PageTest): |
def CustomizeBrowserOptions(self, options): |
options.AppendExtraBrowserArgs('--enable-gpu-benchmarking') |
- def ValidatePage(self, page, tab, results): |
+ def ValidateAndMeasurePage(self, page, tab, results): |
has_gpu_process_js = 'chrome.gpuBenchmarking.hasGpuProcess()' |
has_gpu_process = tab.EvaluateJavaScript(has_gpu_process_js) |
if not has_gpu_process: |