| Index: content/test/gpu/gpu_tests/screenshot_sync.py
|
| diff --git a/content/test/gpu/gpu_tests/screenshot_sync.py b/content/test/gpu/gpu_tests/screenshot_sync.py
|
| index c280b25377281e6c63888d0367dd0cb6e2a9e64a..c7f5b3ecda39fc722418c016bfeee45e747f9a81 100644
|
| --- a/content/test/gpu/gpu_tests/screenshot_sync.py
|
| +++ b/content/test/gpu/gpu_tests/screenshot_sync.py
|
| @@ -19,7 +19,7 @@ class _ScreenshotSyncValidator(page_test.PageTest):
|
| def CustomizeBrowserOptions(self, options):
|
| options.AppendExtraBrowserArgs('--enable-gpu-benchmarking')
|
|
|
| - def ValidatePage(self, page, tab, results):
|
| + def ValidateAndMeasurePage(self, page, tab, results):
|
| test_success = tab.EvaluateJavaScript('window.__testSuccess')
|
| if not test_success:
|
| message = tab.EvaluateJavaScript('window.__testMessage')
|
|
|