| Index: services/ui/public/cpp/gpu_service.h
|
| diff --git a/services/ui/common/gpu_service.h b/services/ui/public/cpp/gpu_service.h
|
| similarity index 85%
|
| rename from services/ui/common/gpu_service.h
|
| rename to services/ui/public/cpp/gpu_service.h
|
| index 2a224d2fb85c0ef87a06884a1f8353f2fc694920..ad20891378747e2b3a246b04c06cc0a77987c225 100644
|
| --- a/services/ui/common/gpu_service.h
|
| +++ b/services/ui/public/cpp/gpu_service.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef SERVICES_UI_COMMON_GPU_SERVICE_H_
|
| -#define SERVICES_UI_COMMON_GPU_SERVICE_H_
|
| +#ifndef SERVICES_UI_PUBLIC_CPP_GPU_SERVICE_H_
|
| +#define SERVICES_UI_PUBLIC_CPP_GPU_SERVICE_H_
|
|
|
| #include <stdint.h>
|
| #include <vector>
|
| @@ -15,8 +15,7 @@
|
| #include "base/synchronization/waitable_event.h"
|
| #include "base/threading/thread.h"
|
| #include "gpu/ipc/client/gpu_channel_host.h"
|
| -#include "services/ui/common/mojo_gpu_memory_buffer_manager.h"
|
| -#include "services/ui/common/mus_common_export.h"
|
| +#include "services/ui/public/cpp/mojo_gpu_memory_buffer_manager.h"
|
| #include "services/ui/public/interfaces/gpu_service.mojom.h"
|
|
|
| namespace shell {
|
| @@ -25,8 +24,8 @@ class Connector;
|
|
|
| namespace ui {
|
|
|
| -class MUS_COMMON_EXPORT GpuService : public gpu::GpuChannelHostFactory,
|
| - public gpu::GpuChannelEstablishFactory {
|
| +class GpuService : public gpu::GpuChannelHostFactory,
|
| + public gpu::GpuChannelEstablishFactory {
|
| public:
|
| ~GpuService() override;
|
|
|
| @@ -82,4 +81,4 @@ class MUS_COMMON_EXPORT GpuService : public gpu::GpuChannelHostFactory,
|
|
|
| } // namespace ui
|
|
|
| -#endif // COMPONENTS_MUS_PUBLIC_CPP_LIB_GPU_SERVICE_CONNECTION_H_
|
| +#endif // SERVICES_UI_PUBLIC_CPP_GPU_SERVICE_H_
|
|
|