| 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 c872400dc957d56f8804e65eff885dc87a4a35e5..d531dbb65a62d27838a1538576892c96b76d2ab7 100644
|
| --- a/content/browser/android/content_startup_flags.cc
|
| +++ b/content/browser/android/content_startup_flags.cc
|
| @@ -58,6 +58,7 @@ void SetContentCommandLineFlags(bool single_process,
|
| parsed_command_line->AppendSwitch(switches::kEnableOverlayFullscreenVideo);
|
| parsed_command_line->AppendSwitch(switches::kEnableOverlayScrollbar);
|
| parsed_command_line->AppendSwitch(switches::kEnableOverscrollNotifications);
|
| + parsed_command_line->AppendSwitch(switches::kValidateInputEventStream);
|
|
|
| // Run the GPU service as a thread in the browser instead of as a
|
| // standalone process.
|
|
|