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 3c15f77d6299d5621ac64485d55d7381d678dc52..212b855824597d3d91ece3b578d64d9b2f39d37e 100644 |
--- a/content/test/gpu/gpu_tests/screenshot_sync.py |
+++ b/content/test/gpu/gpu_tests/screenshot_sync.py |
@@ -53,5 +53,5 @@ class ScreenshotSyncProcess(benchmark.Benchmark): |
def CreatePageSet(self, options): |
ps = page_set.PageSet(file_path=data_path, serving_dirs=['']) |
- ps.AddPage(ScreenshotSyncPage(ps, ps.base_dir)) |
+ ps.AddUserStory(ScreenshotSyncPage(ps, ps.base_dir)) |
return ps |