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

Unified Diff: services/ui/gles2/gpu_state.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/gpu_memory_tracker.cc ('k') | services/ui/gles2/gpu_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/gles2/gpu_state.h
diff --git a/components/mus/gles2/gpu_state.h b/services/ui/gles2/gpu_state.h
similarity index 92%
rename from components/mus/gles2/gpu_state.h
rename to services/ui/gles2/gpu_state.h
index f30d485bfc78d14fa283b04a7000d41f12c7ce2b..24605dbb467cd43d42375e2fd42b98f81b58f120 100644
--- a/components/mus/gles2/gpu_state.h
+++ b/services/ui/gles2/gpu_state.h
@@ -2,21 +2,21 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_MUS_GLES2_GPU_STATE_H_
-#define COMPONENTS_MUS_GLES2_GPU_STATE_H_
+#ifndef SERVICES_UI_GLES2_GPU_STATE_H_
+#define SERVICES_UI_GLES2_GPU_STATE_H_
#include <memory>
#include "base/memory/ref_counted.h"
#include "base/single_thread_task_runner.h"
#include "base/threading/thread.h"
-#include "components/mus/gles2/command_buffer_driver_manager.h"
-#include "components/mus/gles2/command_buffer_task_runner.h"
#include "gpu/command_buffer/service/gpu_preferences.h"
#include "gpu/command_buffer/service/mailbox_manager_impl.h"
#include "gpu/command_buffer/service/sync_point_manager.h"
#include "gpu/config/gpu_driver_bug_workarounds.h"
#include "gpu/config/gpu_info.h"
+#include "services/ui/gles2/command_buffer_driver_manager.h"
+#include "services/ui/gles2/command_buffer_task_runner.h"
#include "ui/gl/gl_share_group.h"
namespace {
@@ -104,4 +104,4 @@ class GpuState : public base::RefCountedThreadSafe<GpuState> {
} // namespace mus
-#endif // COMPONENTS_MUS_GLES2_GPU_STATE_H_
+#endif // SERVICES_UI_GLES2_GPU_STATE_H_
« no previous file with comments | « services/ui/gles2/gpu_memory_tracker.cc ('k') | services/ui/gles2/gpu_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698