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); |
aelias_OOO_until_Jul13
2013/08/15 21:22:32
Please add the solid-color flag with 0x80808080 he
wjmaclean
2013/08/16 13:34:16
Done.
|
// Run the GPU service as a thread in the browser instead of as a |
// standalone process. |