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

Unified Diff: services/ui/surfaces/ozone_gpu_memory_buffer_manager.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/surfaces/ozone_gpu_memory_buffer_manager.cc
diff --git a/components/mus/surfaces/ozone_gpu_memory_buffer_manager.cc b/services/ui/surfaces/ozone_gpu_memory_buffer_manager.cc
similarity index 91%
rename from components/mus/surfaces/ozone_gpu_memory_buffer_manager.cc
rename to services/ui/surfaces/ozone_gpu_memory_buffer_manager.cc
index b14cd1394fe52a49c2dbcdcc16c8e4a7bedae8e9..16e1695a79a1d5b5741f18dc071782c38e46af28 100644
--- a/components/mus/surfaces/ozone_gpu_memory_buffer_manager.cc
+++ b/services/ui/surfaces/ozone_gpu_memory_buffer_manager.cc
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/mus/surfaces/ozone_gpu_memory_buffer_manager.h"
+#include "services/ui/surfaces/ozone_gpu_memory_buffer_manager.h"
-#include "components/mus/gles2/ozone_gpu_memory_buffer.h"
#include "gpu/command_buffer/common/gpu_memory_buffer_support.h"
+#include "services/ui/gles2/ozone_gpu_memory_buffer.h"
#include "ui/gfx/buffer_types.h"
namespace mus {
« no previous file with comments | « services/ui/surfaces/ozone_gpu_memory_buffer_manager.h ('k') | services/ui/surfaces/surfaces_context_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698