// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "content/public/browser/gpu_client.h" #include "content/browser/child_process_host_impl.h" #include "content/browser/gpu/browser_gpu_client_delegate.h" #include "content/public/browser/browser_task_traits.h" #include "content/public/browser/browser_thread.h" namespace content { std::unique_ptr<viz::GpuClient, base::OnTaskRunnerDeleter> CreateGpuClient( mojo::PendingReceiver<viz::mojom::Gpu> receiver) { … } } // namespace content