Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / content / public / common / renderer_preferences.h
index ce02b17..cb13db7 100644 (file)
@@ -113,12 +113,6 @@ struct CONTENT_EXPORT RendererPreferences {
   // information.
   bool report_frame_name_changes;
 
-  // Controls deacceleration of touchpad-initiated flings.
-  std::vector<float> touchpad_fling_profile;
-
-  // Controls deacceleration of touchscreen-initiated flings.
-  std::vector<float> touchscreen_fling_profile;
-
   // How to handle a tap gesture touching multiple targets
   TapMultipleTargetsStrategy tap_multiple_targets_strategy;