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

Unified Diff: services/ui/gles2/command_buffer_local.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
« no previous file with comments | « services/ui/gles2/command_buffer_local.h ('k') | services/ui/gles2/command_buffer_local_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/gles2/command_buffer_local.cc
diff --git a/components/mus/gles2/command_buffer_local.cc b/services/ui/gles2/command_buffer_local.cc
similarity index 97%
rename from components/mus/gles2/command_buffer_local.cc
rename to services/ui/gles2/command_buffer_local.cc
index 434fb5515258e51790c4fb524f7e5a1f89dd512d..8144f20933e7df68fcec39e77147a9ba6a2f3fb8 100644
--- a/components/mus/gles2/command_buffer_local.cc
+++ b/services/ui/gles2/command_buffer_local.cc
@@ -2,20 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/mus/gles2/command_buffer_local.h"
+#include "services/ui/gles2/command_buffer_local.h"
#include "base/atomic_sequence_num.h"
#include "base/bind.h"
#include "base/memory/shared_memory.h"
#include "base/synchronization/waitable_event.h"
#include "base/threading/thread_task_runner_handle.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 "components/mus/gles2/command_buffer_driver.h"
-#include "components/mus/gles2/command_buffer_local_client.h"
-#include "components/mus/gles2/gpu_memory_tracker.h"
-#include "components/mus/gles2/gpu_state.h"
#include "gpu/command_buffer/client/gpu_control_client.h"
#include "gpu/command_buffer/common/gpu_memory_buffer_support.h"
#include "gpu/command_buffer/common/sync_token.h"
@@ -26,6 +19,13 @@
#include "gpu/command_buffer/service/shader_translator_cache.h"
#include "gpu/command_buffer/service/transfer_buffer_manager.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"
+#include "services/ui/gles2/command_buffer_driver.h"
+#include "services/ui/gles2/command_buffer_local_client.h"
+#include "services/ui/gles2/gpu_memory_tracker.h"
+#include "services/ui/gles2/gpu_state.h"
#include "ui/gfx/buffer_format_util.h"
#include "ui/gfx/vsync_provider.h"
#include "ui/gl/gl_context.h"
« no previous file with comments | « services/ui/gles2/command_buffer_local.h ('k') | services/ui/gles2/command_buffer_local_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698