Index: tools/perf/page_sets/polymer.py |
diff --git a/tools/perf/page_sets/polymer.py b/tools/perf/page_sets/polymer.py |
index 47665aa9fbc6eb24e28e3a84802fe22c8c2d5743..8ec7a7d48b7bc1cb144cd9665c55931ac938d7c7 100644 |
--- a/tools/perf/page_sets/polymer.py |
+++ b/tools/perf/page_sets/polymer.py |
@@ -79,7 +79,7 @@ class PolymerCalculatorPage(PolymerPage): |
with action_runner.CreateInteraction('PolymerAnimation', repeatable=True): |
action_runner.SwipeElement( |
left_start_ratio=0.1, top_start_ratio=0.2, |
- direction='left', distance=300, speed_in_pixels_per_second=5000, |
+ direction='right', distance=300, speed_in_pixels_per_second=5000, |
element_function=''' |
document.querySelector( |
'body /deep/ #outerPanels' |