| Index: tools/skp/page_sets/skia_slashdot_nexus10.py
|
| diff --git a/tools/skp/page_sets/skia_slashdot_nexus10.py b/tools/skp/page_sets/skia_slashdot_nexus10.py
|
| index ca5e1d2c9f319ea88e73edf7e3a1405c3120f0b1..ae7fffcc60d2b0f28f696ecd9393459e8d086988 100644
|
| --- a/tools/skp/page_sets/skia_slashdot_nexus10.py
|
| +++ b/tools/skp/page_sets/skia_slashdot_nexus10.py
|
| @@ -18,13 +18,6 @@ class SkiaBuildbotDesktopPage(page_module.Page):
|
| self.user_agent_type = 'tablet'
|
| self.archive_data_file = 'data/skia_slashdot_nexus10.json'
|
|
|
| - def RunSmoothness(self, action_runner):
|
| - action_runner.ScrollElement()
|
| -
|
| - def RunNavigateSteps(self, action_runner):
|
| - action_runner.NavigateToPage(self)
|
| - action_runner.Wait(5)
|
| -
|
|
|
| class SkiaSlashdotNexus10PageSet(page_set_module.PageSet):
|
|
|
|
|