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

Unified Diff: tools/perf/benchmarks/repaint.py

Issue 1126443002: Move user_story.user_story_set to story.story_set (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update init file. Created 5 years, 8 months 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
Index: tools/perf/benchmarks/repaint.py
diff --git a/tools/perf/benchmarks/repaint.py b/tools/perf/benchmarks/repaint.py
index 7cebc5da91003c0163078921efb77cd94143f668..672a664df5304313ed5d30548a6088574b92cc26 100644
--- a/tools/perf/benchmarks/repaint.py
+++ b/tools/perf/benchmarks/repaint.py
@@ -27,7 +27,7 @@ class _Repaint(benchmark.Benchmark):
def Name(cls):
return 'repaint'
- def CreateUserStorySet(self, options):
+ def CreateStorySet(self, options):
return page_sets.KeyMobileSitesRepaintPageSet(
options.mode, options.width, options.height)
« no previous file with comments | « no previous file | tools/perf/benchmarks/session_restore.py » ('j') | tools/telemetry/telemetry/internal/story_runner_unittest.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698