| Index: tools/skp/page_sets/skia_deviantart_nexus10.py
|
| diff --git a/tools/skp/page_sets/skia_deviantart_nexus10.py b/tools/skp/page_sets/skia_deviantart_nexus10.py
|
| index 5e5c29a268b9e876d670d4449184d6b4db630a32..bdbf2b2a54b787ddd4ffa1a094354e30bdb53dbf 100644
|
| --- a/tools/skp/page_sets/skia_deviantart_nexus10.py
|
| +++ b/tools/skp/page_sets/skia_deviantart_nexus10.py
|
| @@ -26,12 +26,12 @@ class SkiaBuildbotDesktopPage(page_module.Page):
|
| action_runner.Wait(5)
|
|
|
|
|
| -class SkiaBuildbotPageSet(page_set_module.PageSet):
|
| +class DeviantartNexus10PageSet(page_set_module.PageSet):
|
|
|
| """ Pages designed to represent the median, not highly optimized web """
|
|
|
| def __init__(self):
|
| - super(SkiaBuildbotPageSet, self).__init__(
|
| + super(DeviantartNexus10PageSet, self).__init__(
|
| user_agent_type='tablet',
|
| archive_data_file='data/skia_deviantart_nexus10.json')
|
|
|
|
|