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

Unified Diff: services/ui/gles2/command_buffer_local.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_impl.cc ('k') | services/ui/gles2/command_buffer_local.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/gles2/command_buffer_local.h
diff --git a/components/mus/gles2/command_buffer_local.h b/services/ui/gles2/command_buffer_local.h
similarity index 96%
rename from components/mus/gles2/command_buffer_local.h
rename to services/ui/gles2/command_buffer_local.h
index 4d893322737daede194c50a9783a6e44f5f2cd11..34c5a1c60b51ac77a0b92ffdabe1e8eb14b4a4f1 100644
--- a/components/mus/gles2/command_buffer_local.h
+++ b/services/ui/gles2/command_buffer_local.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_LOCAL_H_
-#define COMPONENTS_MUS_GLES2_COMMAND_BUFFER_LOCAL_H_
+#ifndef SERVICES_UI_GLES2_COMMAND_BUFFER_LOCAL_H_
+#define SERVICES_UI_GLES2_COMMAND_BUFFER_LOCAL_H_
#include <stddef.h>
#include <stdint.h>
@@ -15,12 +15,12 @@
#include "base/memory/ref_counted.h"
#include "base/memory/weak_ptr.h"
#include "base/threading/non_thread_safe.h"
-#include "components/mus/gles2/command_buffer_driver.h"
-#include "components/mus/public/interfaces/command_buffer.mojom.h"
#include "gpu/command_buffer/client/gpu_control.h"
#include "gpu/command_buffer/common/command_buffer.h"
#include "gpu/command_buffer/common/command_buffer_id.h"
#include "gpu/command_buffer/common/command_buffer_shared.h"
+#include "services/ui/gles2/command_buffer_driver.h"
+#include "services/ui/public/interfaces/command_buffer.mojom.h"
#include "ui/gfx/geometry/size.h"
#include "ui/gfx/gpu_memory_buffer.h"
#include "ui/gfx/native_widget_types.h"
@@ -182,4 +182,4 @@ class CommandBufferLocal : public gpu::CommandBuffer,
} // namespace mus
-#endif // COMPONENTS_MUS_GLES2_COMMAND_BUFFER_LOCAL_H_
+#endif // SERVICES_UI_GLES2_COMMAND_BUFFER_LOCAL_H_
« no previous file with comments | « services/ui/gles2/command_buffer_impl.cc ('k') | services/ui/gles2/command_buffer_local.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698