Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1536)

Unified Diff: content/test/gpu/page_sets/gpu_rasterization_tests.py

Issue 800863003: Kill PageSet.AddPage and its remaining usage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/test/gpu/page_sets/gpu_process_tests.py ('k') | content/test/gpu/page_sets/memory_tests.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/page_sets/gpu_rasterization_tests.py
diff --git a/content/test/gpu/page_sets/gpu_rasterization_tests.py b/content/test/gpu/page_sets/gpu_rasterization_tests.py
index c9aee2ee8acd4234d8ed34e0352ae1003f8e3d4a..150084116e6c29208ef1ecf8ce54dda35d430207 100644
--- a/content/test/gpu/page_sets/gpu_rasterization_tests.py
+++ b/content/test/gpu/page_sets/gpu_rasterization_tests.py
@@ -78,4 +78,4 @@ class GpuRasterizationTestsPageSet(page_set_module.PageSet):
def __init__(self):
super(GpuRasterizationTestsPageSet, self).__init__()
- self.AddPage(GpuRasterizationTestsPage(self))
+ self.AddUserStory(GpuRasterizationTestsPage(self))
« no previous file with comments | « content/test/gpu/page_sets/gpu_process_tests.py ('k') | content/test/gpu/page_sets/memory_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698