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

Unified Diff: services/ui/public/cpp/lib/command_buffer_client_impl.cc

Issue 2119963002: Move mus to //services/ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 6 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/lib/command_buffer_client_impl.cc
diff --git a/components/mus/public/cpp/lib/command_buffer_client_impl.cc b/services/ui/public/cpp/lib/command_buffer_client_impl.cc
similarity index 98%
rename from components/mus/public/cpp/lib/command_buffer_client_impl.cc
rename to services/ui/public/cpp/lib/command_buffer_client_impl.cc
index 062c3f784779dbc80df7b3b59ca2c511960ab66f..5f44191571e70a3beec75ff2e21467124568b043 100644
--- a/components/mus/public/cpp/lib/command_buffer_client_impl.cc
+++ b/services/ui/public/cpp/lib/command_buffer_client_impl.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 "components/mus/public/cpp/lib/command_buffer_client_impl.h"
+#include "services/ui/public/cpp/lib/command_buffer_client_impl.h"
#include <stddef.h>
#include <stdint.h>
@@ -13,14 +13,14 @@
#include "base/logging.h"
#include "base/process/process_handle.h"
#include "base/threading/thread_restrictions.h"
-#include "components/mus/common/gpu_type_converters.h"
-#include "components/mus/common/mojo_buffer_backing.h"
-#include "components/mus/common/mojo_gpu_memory_buffer.h"
#include "gpu/command_buffer/client/gpu_control_client.h"
#include "gpu/command_buffer/common/command_buffer_id.h"
#include "gpu/command_buffer/common/gpu_memory_buffer_support.h"
#include "gpu/command_buffer/common/sync_token.h"
#include "mojo/public/cpp/system/platform_handle.h"
+#include "services/ui/common/gpu_type_converters.h"
+#include "services/ui/common/mojo_buffer_backing.h"
+#include "services/ui/common/mojo_gpu_memory_buffer.h"
namespace mus {
« no previous file with comments | « services/ui/public/cpp/lib/command_buffer_client_impl.h ('k') | services/ui/public/cpp/lib/context_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698