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

Unified Diff: services/ui/gles2/command_buffer_impl.h

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_driver_manager.cc ('k') | services/ui/gles2/command_buffer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/gles2/command_buffer_impl.h
diff --git a/components/mus/gles2/command_buffer_impl.h b/services/ui/gles2/command_buffer_impl.h
similarity index 94%
rename from components/mus/gles2/command_buffer_impl.h
rename to services/ui/gles2/command_buffer_impl.h
index a37f2d1ec43869b871a197be36d0d144f59838db..d1e028a761c2f1d2e88a3f14d921d428ba0d2a65 100644
--- a/components/mus/gles2/command_buffer_impl.h
+++ b/services/ui/gles2/command_buffer_impl.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 COMPONENTS_MUS_GLES2_COMMAND_BUFFER_IMPL_H_
-#define COMPONENTS_MUS_GLES2_COMMAND_BUFFER_IMPL_H_
+#ifndef SERVICES_UI_GLES2_COMMAND_BUFFER_IMPL_H_
+#define SERVICES_UI_GLES2_COMMAND_BUFFER_IMPL_H_
#include <stdint.h>
@@ -12,10 +12,10 @@
#include "base/macros.h"
#include "base/memory/weak_ptr.h"
#include "base/single_thread_task_runner.h"
-#include "components/mus/gles2/command_buffer_driver.h"
-#include "components/mus/public/interfaces/command_buffer.mojom.h"
#include "gpu/command_buffer/common/command_buffer.h"
#include "mojo/public/cpp/bindings/binding.h"
+#include "services/ui/gles2/command_buffer_driver.h"
+#include "services/ui/public/interfaces/command_buffer.mojom.h"
namespace mus {
@@ -123,4 +123,4 @@ class CommandBufferImpl : public mojom::CommandBuffer,
} // namespace mus
-#endif // COMPONENTS_MUS_GLES2_COMMAND_BUFFER_IMPL_H_
+#endif // SERVICES_UI_GLES2_COMMAND_BUFFER_IMPL_H_
« no previous file with comments | « services/ui/gles2/command_buffer_driver_manager.cc ('k') | services/ui/gles2/command_buffer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698