| Index: services/ui/gpu/display_compositor/compositor_frame_sink_factory_impl.h
|
| diff --git a/components/mus/gpu/display_compositor/compositor_frame_sink_factory_impl.h b/services/ui/gpu/display_compositor/compositor_frame_sink_factory_impl.h
|
| similarity index 78%
|
| rename from components/mus/gpu/display_compositor/compositor_frame_sink_factory_impl.h
|
| rename to services/ui/gpu/display_compositor/compositor_frame_sink_factory_impl.h
|
| index 50aa0a5a0d363fb046a7b1e7e198cf12581c840d..1512a600ca4952c2bff6a1d4deeb8d3736782fc1 100644
|
| --- a/components/mus/gpu/display_compositor/compositor_frame_sink_factory_impl.h
|
| +++ b/services/ui/gpu/display_compositor/compositor_frame_sink_factory_impl.h
|
| @@ -2,14 +2,14 @@
|
| // 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_FACTORY_IMPL_H_
|
| -#define COMPONENTS_MUS_GPU_DISPLAY_COMPOSITOR_COMPOSITOR_FRAME_SINK_FACTORY_IMPL_H_
|
| +#ifndef SERVICES_UI_GPU_DISPLAY_COMPOSITOR_COMPOSITOR_FRAME_SINK_FACTORY_IMPL_H_
|
| +#define SERVICES_UI_GPU_DISPLAY_COMPOSITOR_COMPOSITOR_FRAME_SINK_FACTORY_IMPL_H_
|
|
|
| #include "cc/surfaces/surface_id_allocator.h"
|
| -#include "components/mus/gpu/display_compositor/compositor_frame_sink_delegate.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/gpu/display_compositor/compositor_frame_sink_delegate.h"
|
| +#include "services/ui/public/interfaces/gpu/display_compositor.mojom.h"
|
| +#include "services/ui/surfaces/surfaces_state.h"
|
|
|
| namespace mus {
|
| namespace gpu {
|
| @@ -52,4 +52,4 @@ class CompositorFrameSinkFactoryImpl : public mojom::CompositorFrameSinkFactory,
|
| } // namespace gpu
|
| } // namespace mus
|
|
|
| -#endif // COMPONENTS_MUS_GPU_DISPLAY_COMPOSITOR_COMPOSITOR_FRAME_SINK_FACTORY_IMPL_H_
|
| +#endif // SERVICES_UI_GPU_DISPLAY_COMPOSITOR_COMPOSITOR_FRAME_SINK_FACTORY_IMPL_H_
|
|
|