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

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

Issue 2511143004: mus: Split the gpu client-lib into a separate component. (Closed)
Patch Set: . Created 4 years, 1 month 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/gpu_service.h
diff --git a/services/ui/public/cpp/gpu_service.h b/services/ui/public/cpp/gpu/gpu_service.h
similarity index 92%
rename from services/ui/public/cpp/gpu_service.h
rename to services/ui/public/cpp/gpu/gpu_service.h
index 79b3893bc0cfbc961e32719783e6c97568125cbb..175f39c94a2bbc8c28f2c6744fd818cb20875fd9 100644
--- a/services/ui/public/cpp/gpu_service.h
+++ b/services/ui/public/cpp/gpu/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_PUBLIC_CPP_GPU_SERVICE_H_
-#define SERVICES_UI_PUBLIC_CPP_GPU_SERVICE_H_
+#ifndef SERVICES_UI_PUBLIC_CPP_GPU_GPU_SERVICE_H_
+#define SERVICES_UI_PUBLIC_CPP_GPU_GPU_SERVICE_H_
#include <stdint.h>
#include <vector>
@@ -16,7 +16,7 @@
#include "base/threading/thread.h"
#include "gpu/ipc/client/gpu_channel_host.h"
#include "gpu/ipc/common/gpu_info.mojom.h"
mfomitchev 2016/11/18 22:02:34 nit: I don't think this is needed (was removed in
-#include "services/ui/public/cpp/mojo_gpu_memory_buffer_manager.h"
+#include "services/ui/public/cpp/gpu/mojo_gpu_memory_buffer_manager.h"
#include "services/ui/public/interfaces/gpu_service.mojom.h"
namespace service_manager {
@@ -81,4 +81,4 @@ class GpuService : public gpu::GpuChannelHostFactory,
} // namespace ui
-#endif // SERVICES_UI_PUBLIC_CPP_GPU_SERVICE_H_
+#endif // SERVICES_UI_PUBLIC_CPP_GPU_GPU_SERVICE_H_

Powered by Google App Engine
This is Rietveld 408576698