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 53b282201f09e2c7050ceb6192bd3b076ce4c752..c8742ea1f5c179341b3db1f0dec68cbd072d010e 100644 |
| --- a/content/browser/renderer_host/render_process_host_impl.cc |
| +++ b/content/browser/renderer_host/render_process_host_impl.cc |
| @@ -829,6 +829,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
| switches::kEnableGPUServiceLogging, |
| switches::kEnableGPUClientLogging, |
| switches::kEnableGpuClientTracing, |
| + switches::kEnableWebRTCHWDecoding, |
|
Ami GONE FROM CHROMIUM
2013/04/26 00:42:05
This is a strange place to drop this particular fl
wuchengli
2013/04/26 11:49:14
I moved it after switches::kEnableVsyncNotificatio
|
| switches::kEnableGpuBenchmarking, |
| switches::kEnableMemoryBenchmarking, |
| switches::kEnableLogging, |