| Index: content/test/gpu/gpu_tests/pixel.py
|
| diff --git a/content/test/gpu/gpu_tests/pixel.py b/content/test/gpu/gpu_tests/pixel.py
|
| index 81767966a8fccad6bdbf33d0264868827cfd7364..90fcaa619dc263f5d8b4b598b6380eaf0b6c69b6 100644
|
| --- a/content/test/gpu/gpu_tests/pixel.py
|
| +++ b/content/test/gpu/gpu_tests/pixel.py
|
| @@ -53,7 +53,7 @@ class _PixelValidator(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):
|
| if not _DidTestSucceed(tab):
|
| raise page_test.Failure('Page indicated a failure')
|
|
|
|
|