Index: tools/skp/page_sets/skia_weather_desktop.py |
diff --git a/tools/skp/page_sets/skia_weather_desktop.py b/tools/skp/page_sets/skia_weather_desktop.py |
index c8371819e41f316f3c32b7308cb6d1d5a7394d2c..b61cd332b4181db10f05c814021014b34e8e1d3d 100644 |
--- a/tools/skp/page_sets/skia_weather_desktop.py |
+++ b/tools/skp/page_sets/skia_weather_desktop.py |
@@ -18,13 +18,6 @@ class SkiaBuildbotDesktopPage(page_module.Page): |
self.user_agent_type = 'desktop' |
self.archive_data_file = 'data/skia_weather_desktop.json' |
- def RunSmoothness(self, action_runner): |
- action_runner.ScrollElement() |
- |
- def RunNavigateSteps(self, action_runner): |
- action_runner.NavigateToPage(self) |
- action_runner.Wait(15) |
- |
class SkiaWeatherDesktopPageSet(page_set_module.PageSet): |