Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(47)

Unified Diff: services/ui/public/cpp/gpu_service.h

Issue 2184943002: services/ui: Move some files into the client lib. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@chrome-gpu-in-mus-windows
Patch Set: . Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « services/ui/public/cpp/gpu_memory_buffer_impl.cc ('k') | services/ui/public/cpp/gpu_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « services/ui/public/cpp/gpu_memory_buffer_impl.cc ('k') | services/ui/public/cpp/gpu_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698