| 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 b4ad576f6cc4fa4c3d7906eed324166249c31867..e5cace20539872733412e446ac3bdace731d27cd 100644
|
| --- a/content/browser/gpu/browser_gpu_channel_host_factory.cc
|
| +++ b/content/browser/gpu/browser_gpu_channel_host_factory.cc
|
| @@ -28,6 +28,7 @@
|
| #include "gpu/ipc/common/gpu_messages.h"
|
| #include "ipc/ipc_channel_handle.h"
|
| #include "ipc/message_filter.h"
|
| +#include "services/resource_coordinator/public/interfaces/memory/constants.mojom.h"
|
| #include "services/service_manager/runner/common/client_util.h"
|
|
|
| namespace content {
|
| @@ -226,7 +227,8 @@ void BrowserGpuChannelHostFactory::Terminate() {
|
|
|
| BrowserGpuChannelHostFactory::BrowserGpuChannelHostFactory()
|
| : gpu_client_id_(ChildProcessHostImpl::GenerateChildProcessUniqueId()),
|
| - gpu_client_tracing_id_(ChildProcessHost::kBrowserTracingProcessId),
|
| + gpu_client_tracing_id_(
|
| + memory_instrumentation::mojom::kServiceTracingProcessId),
|
| shutdown_event_(new base::WaitableEvent(
|
| base::WaitableEvent::ResetPolicy::MANUAL,
|
| base::WaitableEvent::InitialState::NOT_SIGNALED)),
|
|
|