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

Unified Diff: services/ui/gpu/display_compositor/compositor_frame_sink_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
Index: services/ui/gpu/display_compositor/compositor_frame_sink_impl.h
diff --git a/components/mus/gpu/display_compositor/compositor_frame_sink_impl.h b/services/ui/gpu/display_compositor/compositor_frame_sink_impl.h
similarity index 87%
rename from components/mus/gpu/display_compositor/compositor_frame_sink_impl.h
rename to services/ui/gpu/display_compositor/compositor_frame_sink_impl.h
index e402a7ce2cef7d188b12193717b7510f277af2ec..8aa47d1f36673f2f50d7e6bf72de76866499b577 100644
--- a/components/mus/gpu/display_compositor/compositor_frame_sink_impl.h
+++ b/services/ui/gpu/display_compositor/compositor_frame_sink_impl.h
@@ -2,17 +2,17 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_MUS_GPU_DISPLAY_COMPOSITOR_COMPOSITOR_FRAME_SINK_IMPL_H_
-#define COMPONENTS_MUS_GPU_DISPLAY_COMPOSITOR_COMPOSITOR_FRAME_SINK_IMPL_H_
+#ifndef SERVICES_UI_GPU_DISPLAY_COMPOSITOR_COMPOSITOR_FRAME_SINK_IMPL_H_
+#define SERVICES_UI_GPU_DISPLAY_COMPOSITOR_COMPOSITOR_FRAME_SINK_IMPL_H_
#include "base/memory/ref_counted.h"
#include "cc/scheduler/begin_frame_source.h"
#include "cc/surfaces/surface_factory.h"
#include "cc/surfaces/surface_factory_client.h"
#include "cc/surfaces/surface_id.h"
-#include "components/mus/public/interfaces/gpu/display_compositor.mojom.h"
-#include "components/mus/surfaces/surfaces_state.h"
#include "mojo/public/cpp/bindings/strong_binding.h"
+#include "services/ui/public/interfaces/gpu/display_compositor.mojom.h"
+#include "services/ui/surfaces/surfaces_state.h"
namespace mus {
namespace gpu {
@@ -71,4 +71,4 @@ class CompositorFrameSinkImpl : public cc::SurfaceFactoryClient,
} // namespace gpu
} // namespace mus
-#endif // COMPONENTS_MUS_GPU_DISPLAY_COMPOSITOR_COMPOSITOR_FRAME_SINK_IMPL_H_
+#endif // SERVICES_UI_GPU_DISPLAY_COMPOSITOR_COMPOSITOR_FRAME_SINK_IMPL_H_

Powered by Google App Engine
This is Rietveld 408576698