diff options
Diffstat (limited to 'content/browser/android/content_startup_flags.cc')
-rw-r--r-- | content/browser/android/content_startup_flags.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/browser/android/content_startup_flags.cc b/content/browser/android/content_startup_flags.cc index c3faf9c..46853cb2 100644 --- a/content/browser/android/content_startup_flags.cc +++ b/content/browser/android/content_startup_flags.cc @@ -45,6 +45,7 @@ void SetContentCommandLineFlags(int max_render_process_count) { } parsed_command_line->AppendSwitch(switches::kForceCompositingMode); + parsed_command_line->AppendSwitch(switches::kAllowWebUICompositing); parsed_command_line->AppendSwitch(switches::kEnableThreadedCompositing); parsed_command_line->AppendSwitch( switches::kEnableCompositingForFixedPosition); |