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

Unified Diff: services/ui/surfaces/display_compositor.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/surfaces/direct_output_surface_ozone.cc ('k') | services/ui/surfaces/display_compositor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/surfaces/display_compositor.h
diff --git a/components/mus/surfaces/display_compositor.h b/services/ui/surfaces/display_compositor.h
similarity index 91%
rename from components/mus/surfaces/display_compositor.h
rename to services/ui/surfaces/display_compositor.h
index 27d1eebf3cfd285519d6be250394878291016224..b03da551d3a155c50bfab08642f23e8dcfe7e683 100644
--- a/components/mus/surfaces/display_compositor.h
+++ b/services/ui/surfaces/display_compositor.h
@@ -2,16 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_MUS_SURFACES_DISPLAY_COMPOSITOR_H_
-#define COMPONENTS_MUS_SURFACES_DISPLAY_COMPOSITOR_H_
+#ifndef SERVICES_UI_SURFACES_DISPLAY_COMPOSITOR_H_
+#define SERVICES_UI_SURFACES_DISPLAY_COMPOSITOR_H_
#include "cc/surfaces/display_client.h"
#include "cc/surfaces/surface.h"
#include "cc/surfaces/surface_factory.h"
#include "cc/surfaces/surface_factory_client.h"
#include "cc/surfaces/surface_id_allocator.h"
-#include "components/mus/gles2/gpu_state.h"
-#include "components/mus/surfaces/surfaces_state.h"
+#include "services/ui/gles2/gpu_state.h"
+#include "services/ui/surfaces/surfaces_state.h"
#include "ui/gfx/native_widget_types.h"
namespace cc {
@@ -77,4 +77,4 @@ class DisplayCompositor : public cc::SurfaceFactoryClient,
} // namespace mus
-#endif // COMPONENTS_MUS_SURFACES_DISPLAY_COMPOSITOR_H_
+#endif // SERVICES_UI_SURFACES_DISPLAY_COMPOSITOR_H_
« no previous file with comments | « services/ui/surfaces/direct_output_surface_ozone.cc ('k') | services/ui/surfaces/display_compositor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698