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