| 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..be3e8c0fc2e4f5b3634d6fafb1f335d9ee98fbf1 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(cc::switches::kEnableOverlayScrollbars);
|
|
|
| // Run the GPU service as a thread in the browser instead of as a
|
| // standalone process.
|
|
|