| Index: chrome/browser/tab_contents/render_view_host_delegate_helper.cc
|
| diff --git a/chrome/browser/tab_contents/render_view_host_delegate_helper.cc b/chrome/browser/tab_contents/render_view_host_delegate_helper.cc
|
| index 8f073fe41310860ff4fbbd83dda3d835a6589752..e5716f313aa3dfad7bbb2eab21c1bb52d1c6bbef 100644
|
| --- a/chrome/browser/tab_contents/render_view_host_delegate_helper.cc
|
| +++ b/chrome/browser/tab_contents/render_view_host_delegate_helper.cc
|
| @@ -433,6 +433,8 @@ WebPreferences RenderViewHostDelegateHelper::GetWebkitPrefs(
|
| web_prefs.accelerated_compositing_enabled =
|
| GpuProcessHost::gpu_enabled() &&
|
| !command_line.HasSwitch(switches::kDisableAcceleratedCompositing);
|
| + web_prefs.threaded_compositing_enabled =
|
| + command_line.HasSwitch(switches::kEnableThreadedCompositing);
|
| web_prefs.force_compositing_mode =
|
| command_line.HasSwitch(switches::kForceCompositingMode);
|
| web_prefs.allow_webui_compositing =
|
|
|