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

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, 5 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
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 88%
rename from services/ui/common/gpu_service.h
rename to services/ui/public/cpp/gpu_service.h
index 7308754eac55f45c1c5ac0d7b234f8e75e16e9cd..2bb3b0b3732e74c8de217e7ef22150297a637ee5 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,8 @@
#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/cpp/ui_export.h"
#include "services/ui/public/interfaces/gpu_service.mojom.h"
namespace shell {
@@ -25,7 +25,7 @@ class Connector;
namespace ui {
-class MUS_COMMON_EXPORT GpuService : public gpu::GpuChannelHostFactory {
+class UI_EXPORT GpuService : public gpu::GpuChannelHostFactory {
Peng 2016/07/28 13:02:29 UI_EXPORT? Seems client library will be a shared l
public:
void EstablishGpuChannel(const base::Closure& callback);
scoped_refptr<gpu::GpuChannelHost> EstablishGpuChannelSync();
@@ -81,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_

Powered by Google App Engine
This is Rietveld 408576698