Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
page_sets.skia_motionmarksuitsclip_desktop.SkiaMotionmarksuitsclipDesktopPageSet Class Reference
Inheritance diagram for page_sets.skia_motionmarksuitsclip_desktop.SkiaMotionmarksuitsclipDesktopPageSet:

Public Member Functions

 __init__ (self)
 

Detailed Description

 Pages designed to represent the median, not highly optimized web 

Definition at line 26 of file skia_motionmarksuitsclip_desktop.py.

Constructor & Destructor Documentation

◆ __init__()

page_sets.skia_motionmarksuitsclip_desktop.SkiaMotionmarksuitsclipDesktopPageSet.__init__ (   self)

Definition at line 30 of file skia_motionmarksuitsclip_desktop.py.

30 def __init__(self):
31 super(SkiaMotionmarksuitsclipDesktopPageSet, self).__init__(
32 archive_data_file='data/skia_motionmarksuitsclip_desktop.json')
33
34 urls_list = [
35 # Why: from skbug.com/11817
36 ('https://storage.googleapis.com/skia-recreateskps-bot-hosted-pages/'
37 'desk_motionmark_suits_clip.svg'),
38 ]
39
40 for url in urls_list:
41 self.AddStory(SkiaBuildbotDesktopPage(url, self))

The documentation for this class was generated from the following file: