Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / tools / telemetry / telemetry / page / actions / scroll.js
index 4e78108..5da859d 100644 (file)
         rect.top + rect.height * this.options_.top_start_percentage_;
     chrome.gpuBenchmarking.smoothScrollBy(
         distance, this.onGestureComplete_.bind(this), start_left, start_top,
-        this.options_.gesture_source_type, this.options_.direction_,
+        this.options_.gesture_source_type_, this.options_.direction_,
         this.options_.speed_);
   };