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 1d959dc368f50db72b4778b0b3acea3206fdf437..571e470f74902e348bd0396dd318551196a0fde8 100644 |
--- a/content/browser/android/content_startup_flags.cc |
+++ b/content/browser/android/content_startup_flags.cc |
@@ -61,6 +61,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::kForceSolidColorScrollbars); |
// Run the GPU service as a thread in the browser instead of as a |
// standalone process. |