| Index: services/ui/common/gpu_service.cc
|
| diff --git a/components/mus/common/gpu_service.cc b/services/ui/common/gpu_service.cc
|
| similarity index 96%
|
| rename from components/mus/common/gpu_service.cc
|
| rename to services/ui/common/gpu_service.cc
|
| index 4eea3e45972eef52d0efb41548cab1860adbe77f..807ee926dd59c18ba224b6c30f3ad8c3615e9d12 100644
|
| --- a/components/mus/common/gpu_service.cc
|
| +++ b/services/ui/common/gpu_service.cc
|
| @@ -2,18 +2,19 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/mus/common/gpu_service.h"
|
| +#include "services/ui/common/gpu_service.h"
|
|
|
| #include "base/command_line.h"
|
| #include "base/memory/singleton.h"
|
| #include "base/threading/thread_task_runner_handle.h"
|
| #include "build/build_config.h"
|
| -#include "components/mus/common/gpu_type_converters.h"
|
| -#include "components/mus/common/switches.h"
|
| -#include "components/mus/public/interfaces/gpu_service.mojom.h"
|
| #include "mojo/public/cpp/bindings/sync_call_restrictions.h"
|
| #include "mojo/public/cpp/system/platform_handle.h"
|
| #include "services/shell/public/cpp/connector.h"
|
| +#include "services/ui/common/gpu_type_converters.h"
|
| +#include "services/ui/common/mojo_gpu_memory_buffer_manager.h"
|
| +#include "services/ui/common/switches.h"
|
| +#include "services/ui/public/interfaces/gpu_service.mojom.h"
|
|
|
| namespace mus {
|
|
|
|
|