| Index: content/browser/gpu/browser_gpu_channel_host_factory.cc
|
| diff --git a/content/browser/gpu/browser_gpu_channel_host_factory.cc b/content/browser/gpu/browser_gpu_channel_host_factory.cc
|
| index 750a8e4365f79e6f16e45ff7ef62a206710cce3d..e45b4061743ae24ee5f28a615f366a1281ed4b0a 100644
|
| --- a/content/browser/gpu/browser_gpu_channel_host_factory.cc
|
| +++ b/content/browser/gpu/browser_gpu_channel_host_factory.cc
|
| @@ -236,7 +236,8 @@ BrowserGpuChannelHostFactory::BrowserGpuChannelHostFactory()
|
| gpu_client_tracing_id_(ChildProcessHost::kBrowserTracingProcessId),
|
| shutdown_event_(new base::WaitableEvent(true, false)),
|
| gpu_memory_buffer_manager_(
|
| - new BrowserGpuMemoryBufferManager(gpu_client_id_)),
|
| + new BrowserGpuMemoryBufferManager(gpu_client_id_,
|
| + gpu_client_tracing_id_)),
|
| gpu_host_id_(0) {}
|
|
|
| BrowserGpuChannelHostFactory::~BrowserGpuChannelHostFactory() {
|
|
|