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 c645af75b4e224986278d106cc6cdfbe29c95af3..7e7806f7411a0e057295c90e77da884d2591a48f 100644 |
--- a/tools/skp/page_sets/skia_deviantart_nexus10.py |
+++ b/tools/skp/page_sets/skia_deviantart_nexus10.py |
@@ -18,13 +18,6 @@ class SkiaBuildbotDesktopPage(page_module.Page): |
self.user_agent_type = 'tablet' |
self.archive_data_file = 'data/skia_deviantart_nexus10.json' |
- def RunSmoothness(self, action_runner): |
- action_runner.ScrollElement() |
- |
- def RunNavigateSteps(self, action_runner): |
- action_runner.NavigateToPage(self) |
- action_runner.Wait(5) |
- |
class SkiaDeviantartNexus10PageSet(page_set_module.PageSet): |