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..a6520b57d4dac4ec6b7125571cbd9613b50bbe02 100644 |
--- a/content/browser/android/content_startup_flags.cc |
+++ b/content/browser/android/content_startup_flags.cc |
@@ -60,6 +60,8 @@ 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); |
+ |
// Run the GPU service as a thread in the browser instead of as a |
// standalone process. |
parsed_command_line->AppendSwitch(switches::kInProcessGPU); |