Index: content/test/gpu/gpu_tests/gpu_rasterization.py |
diff --git a/content/test/gpu/gpu_tests/gpu_rasterization.py b/content/test/gpu/gpu_tests/gpu_rasterization.py |
index 41d18b928f5251dea76a716ad74dfd72e44173fd..ede117a4b3d24ebe068e0e20d7f90c7e0a1455fd 100644 |
--- a/content/test/gpu/gpu_tests/gpu_rasterization.py |
+++ b/content/test/gpu/gpu_tests/gpu_rasterization.py |
@@ -72,7 +72,7 @@ class GpuRasterization(cloud_storage_test_base.TestBase): |
def Name(cls): |
return 'gpu_rasterization' |
- def CreatePageSet(self, options): |
+ def CreateStorySet(self, options): |
page_set = page_sets.GpuRasterizationTestsPageSet() |
for page in page_set.pages: |
page.script_to_evaluate_on_commit = test_harness_script |