Index: content/browser/android/content_startup_flags.cc |
diff --git a/content/browser/android/content_startup_flags.cc b/content/browser/android/content_startup_flags.cc |
index 065b3e70b3fdb0dfa4992048117cc8fa2a9f9bef..6193b3007ac5d34d3b81adb07ad3a17fc2d66f0a 100644 |
--- a/content/browser/android/content_startup_flags.cc |
+++ b/content/browser/android/content_startup_flags.cc |
@@ -62,6 +62,7 @@ void SetContentCommandLineFlags(int max_render_process_count, |
parsed_command_line->AppendSwitch(switches::kEnableGestureTapHighlight); |
parsed_command_line->AppendSwitch(switches::kEnablePinch); |
parsed_command_line->AppendSwitch(switches::kEnableOverscrollNotifications); |
+ parsed_command_line->AppendSwitch(switches::kEnableOverlayScrollbars); |
// Run the GPU service as a thread in the browser instead of as a |
// standalone process. |