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

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

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.cc
diff --git a/services/ui/public/cpp/gpu_service.cc b/services/ui/public/cpp/gpu/gpu_service.cc
similarity index 97%
rename from services/ui/public/cpp/gpu_service.cc
rename to services/ui/public/cpp/gpu/gpu_service.cc
index e495e0a37d052650bc2d318c097bdf45362bb9cb..45ce4ca04957530b31ceff9c1c62772bc6af2237 100644
--- a/services/ui/public/cpp/gpu_service.cc
+++ b/services/ui/public/cpp/gpu/gpu_service.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "services/ui/public/cpp/gpu_service.h"
+#include "services/ui/public/cpp/gpu/gpu_service.h"
#include "base/command_line.h"
#include "base/memory/singleton.h"
@@ -12,7 +12,7 @@
#include "mojo/public/cpp/system/platform_handle.h"
#include "services/service_manager/public/cpp/connector.h"
#include "services/ui/common/switches.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/constants.mojom.h"
#include "services/ui/public/interfaces/gpu_service.mojom.h"

Powered by Google App Engine
This is Rietveld 408576698