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 2c2f2bef3bf7cdf58c94198ad35f8957e3c43924..0852661b38a4433f399dba67e78605386d36ab1d 100644 |
--- a/content/browser/android/content_startup_flags.cc |
+++ b/content/browser/android/content_startup_flags.cc |
@@ -59,6 +59,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::kEnableOverscrollEdgeEffect); |
Sami
2013/04/24 13:15:55
Does this need #ifdef OS_ANDROID?
jdduke (slow)
2013/04/24 15:23:44
Quite right.
|
// Run the GPU service as a thread in the browser instead of as a |
// standalone process. |