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

Unified Diff: tools/skp/page_sets/skia_samoasvg_desktop.py

Issue 1214903008: Revert of Use page_set_module.PageSet instead of story.StorySet (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Created 5 years, 6 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
« no previous file with comments | « tools/skp/page_sets/skia_pravda_nexus10.py ('k') | tools/skp/page_sets/skia_theverge_desktop.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/skp/page_sets/skia_samoasvg_desktop.py
diff --git a/tools/skp/page_sets/skia_samoasvg_desktop.py b/tools/skp/page_sets/skia_samoasvg_desktop.py
index b049c0405441d149e50d0187f3b4c004b8fcf47c..ee367133b32c9f6c747b6fa4e9cc7188f9cdc320 100644
--- a/tools/skp/page_sets/skia_samoasvg_desktop.py
+++ b/tools/skp/page_sets/skia_samoasvg_desktop.py
@@ -4,8 +4,8 @@
# pylint: disable=W0401,W0614
+from telemetry import story
from telemetry.page import page as page_module
-from telemetry.page import page_set as page_set_module
from telemetry.page import shared_page_state
@@ -24,7 +24,7 @@
action_runner.Wait(5)
-class SkiaSamoasvgDesktopPageSet(page_set_module.PageSet):
+class SkiaSamoasvgDesktopPageSet(story.StorySet):
""" Pages designed to represent the median, not highly optimized web """
« no previous file with comments | « tools/skp/page_sets/skia_pravda_nexus10.py ('k') | tools/skp/page_sets/skia_theverge_desktop.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698