Chromium Code Reviews| Index: content/browser/renderer_host/render_process_host_impl.cc |
| diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc |
| index f5d27b5d2a4c347c508d014e7ac17c65c9e0d10e..4929a84c4b579c635938e8637d5958171bc2916f 100644 |
| --- a/content/browser/renderer_host/render_process_host_impl.cc |
| +++ b/content/browser/renderer_host/render_process_host_impl.cc |
| @@ -901,6 +901,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
| cc::switches::kUseCheapnessEstimator, |
| cc::switches::kUseColorEstimator, |
| cc::switches::kCompositeToMailbox, |
| + cc::switches::kEnableVsyncNotification, |
|
danakj
2013/03/20 18:25:33
alphabetical order
add this to chrome/browser/chr
mkosiba (inactive)
2013/03/21 12:02:11
Done.
|
| }; |
| renderer_cmd->CopySwitchesFrom(browser_cmd, kSwitchNames, |
| arraysize(kSwitchNames)); |