| Index: content/public/common/web_preferences.cc
|
| diff --git a/content/public/common/web_preferences.cc b/content/public/common/web_preferences.cc
|
| index 6279abab0750a8400d4809cbd4eabe580b2f7df5..98580eda22a98bea49036d020e3f54f0d6f9bc65 100644
|
| --- a/content/public/common/web_preferences.cc
|
| +++ b/content/public/common/web_preferences.cc
|
| @@ -184,6 +184,7 @@ WebPreferences::WebPreferences()
|
| smart_insert_delete_enabled(false),
|
| #endif
|
| spatial_navigation_enabled(false),
|
| + viewport_scroll_order_experiment(false),
|
| pinch_overlay_scrollbar_thickness(0),
|
| use_solid_color_scrollbars(false),
|
| navigate_on_drag_drop(true),
|
|
|