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